Skip to content

Instantly share code, notes, and snippets.

@nsuitter
Forked from Holek/bash-autocomplete-script
Created May 1, 2014 21:37
Show Gist options
  • Save nsuitter/ea4a5be2afac2710269e to your computer and use it in GitHub Desktop.
Save nsuitter/ea4a5be2afac2710269e to your computer and use it in GitHub Desktop.
curl https://raw.github.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
echo "source ~/.git-completion.bash" >> ~/.bash_profile
[alias]
co = checkout
ci = commit
rb = rebase
sync = !git pull --rebase && git push
com = !git add . && git commit -am
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment