Skip to content

Instantly share code, notes, and snippets.

@nsuitter
Forked from Holek/bash-autocomplete-script
Last active January 27, 2016 19:06
Show Gist options
  • Save nsuitter/aca1c9f4b6e99d830b7b to your computer and use it in GitHub Desktop.
Save nsuitter/aca1c9f4b6e99d830b7b to your computer and use it in GitHub Desktop.
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash && echo "source ~/.git-completion.bash" >> ~/.bash_profile && source ~/.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