$ git config --global alias.co checkout
$ git config --global alias.br branch
$ git config --global alias.ci commit
$ git config --global alias.st statusFirstable don't forget to source your file EX:
$ source ~/.bashrcSome 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