Skip to content

Instantly share code, notes, and snippets.

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"