Skip to content

Instantly share code, notes, and snippets.

@javikalsan
Last active April 7, 2016 11:04
Show Gist options
  • Save javikalsan/ef2867b09aa76c068b4e to your computer and use it in GitHub Desktop.
Save javikalsan/ef2867b09aa76c068b4e to your computer and use it in GitHub Desktop.
git aliases
git config --global alias.st "status -s"
git config --global alias.puom "push -u origin master"
git config --global alias.lol "log --all --graph --decorate"
git config --global alias.com "checkout master"
git config --global alias.cod "checkout dev"
git config --global alias.b "branch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment