Skip to content

Instantly share code, notes, and snippets.

@lekansogunle
Created September 17, 2019 11:46
Show Gist options
  • Save lekansogunle/847b3919aaf18700c29d6b60e402b013 to your computer and use it in GitHub Desktop.
Save lekansogunle/847b3919aaf18700c29d6b60e402b013 to your computer and use it in GitHub Desktop.
alias ga='git add'
alias gp='git push'
alias gl='git log'
alias gs='git status'
alias gd='git diff'
alias gdc='git diff - cached'
alias gcm='git commit -m'
alias gma='git commit -am'
alias gb='git branch'
alias gco='git checkout'
alias gra='git remote add'
alias grr='git remote rm'
alias gpu='git pull'
alias gcl='git clone'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment