Skip to content

Instantly share code, notes, and snippets.

View nbartels's full-sized avatar
👨‍💻

Norbert Bartels nbartels

👨‍💻
View GitHub Profile
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