Skip to content

Instantly share code, notes, and snippets.

@MarcoDeJong
Forked from denis/gist:48774
Created July 9, 2012 09:45
Show Gist options
  • Save MarcoDeJong/3075383 to your computer and use it in GitHub Desktop.
Save MarcoDeJong/3075383 to your computer and use it in GitHub Desktop.
cd /tmp
git clone git://git.kernel.org/pub/scm/git/git.git
cd git
git checkout v`git --version | awk '{print $3}'`
cp contrib/completion/git-completion.bash ~/.git-completion.bash
cd ~
rm -rf /tmp/git
echo -e "source ~/.git-completion.bash" >> .profile
@MarcoDeJong
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment