Git Aliases


This is my git aliases

alias gs="git status"
alias gaa="git add -A"
alias gcm="git commit -m"
alias gamen="git ammend"
alias gps="git push"
alias gpl="git pull"
alias gco="git checkout"
alias gcob="git checkout -b"
alias gll="git log --pretty=format:'%C(yellow)%h%C(reset) - %an [%C(green)%ar%C(reset)] %s'"
view raw git_aliases.md hosted with ❤ by GitHub

Comments