wordshaker / git-aliases

Git aliases I find useful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Aliases

git config --global alias.co checkout

git config --global alias.st status

git config --global alias.br branch

git config --global alias.rh "reset --hard"

About

Git aliases I find useful