Last Updated: February 25, 2016
·
745
· mateuspontes

My Git aliases >> .bash_aliases

alias g='git'
alias gs='git status'
alias ga='git add'
alias gco='git commit'
alias gch='git checkout'
alias grs='git reset'
alias gpl='git pull'
alias gps='git push'
alias glo='git log --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit'

1 Response
Add your response

oh.. why not break each alias into different lines? ;)

over 1 year ago ·