$ git config --global alias.co checkout
$ git config --global alias.br branch
$ git config --global alias.ci commit
$ git config --global alias.st status
Firstable don't forget to source your file EX:
$ source ~/.bashrc
Some examples with created aliases (see [.bashrc] (https://github.com/ahmedtoumi/git_aliases/blob/master/.bashrc) file to get real shell commands)
$ update_branch branch1 master
$ stash_then_branch "put stash message here ..." branch_to_switch_on
$ graph_log
$ dlc
$ clean_local