Git

Add an alias for Git command

git config --global alias.ci commit
git config --global alias.br branch
etc...
Home