Created
April 15, 2013 14:24
-
-
Save yasuyk/5388466 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
wget https://raw.github.com/gitbits/git-ls-branches/master/git-ls-branches | |
chmod u+x git-ls-branches | |
wget https://raw.github.com/gitbits/git-info/master/git-info | |
chmod u+x git-info | |
wget https://raw.github.com/gitbits/git-info/master/git-pager | |
chmod u+x git-pager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment