Skip to content

Instantly share code, notes, and snippets.

@KloseD
Created February 22, 2018 14:42
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 KloseD/dff55c97e1e3b4b77f836ed9693e20a3 to your computer and use it in GitHub Desktop.
Save KloseD/dff55c97e1e3b4b77f836ed9693e20a3 to your computer and use it in GitHub Desktop.
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.sppsp "!git stash && git pull && git push && git stash pop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment