Skip to content

Instantly share code, notes, and snippets.

@matths
Forked from denis/gist:48774
Created September 9, 2011 19:54
Show Gist options
  • Save matths/1207164 to your computer and use it in GitHub Desktop.
Save matths/1207164 to your computer and use it in GitHub Desktop.
download & install git code completion from github mirror while git.kernel.org is down
cd /tmp
git clone git://gist.github.com/946648.git
cd git
git checkout git-completion.bash
cp git-completion.bash ~/.git-completion.bash
cd ~
rm -rf /tmp/git
echo -e "source ~/.git-completion.bash" >> .bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment