Skip to content

Instantly share code, notes, and snippets.

@tuliomonteazul
Forked from Holek/bash-autocomplete-script
Created February 15, 2014 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuliomonteazul/9019035 to your computer and use it in GitHub Desktop.
Save tuliomonteazul/9019035 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