Created
June 5, 2011 03:19
-
-
Save Surgo/1008611 to your computer and use it in GitHub Desktop.
bash_completion for mercurial and git
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
sudo curl -o /opt/local/etc/bash_completion.d/mercurial "http://selenic.com/hg/raw-file/cd31a1cc1521/contrib/bash_completion" | |
sudo curl -o /opt/local/etc/bash_completion.d/git "http://git.kernel.org/?p=git/git.git;a=blob_plain;f=contrib/completion/git-completion.bash;hb=HEAD" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment