Skip to content

Instantly share code, notes, and snippets.

@rich-97
Last active March 3, 2018 12:09
Show Gist options
  • Save rich-97/c38729ff103f5dec1afc2974195ae7fb to your computer and use it in GitHub Desktop.
Save rich-97/c38729ff103f5dec1afc2974195ae7fb to your computer and use it in GitHub Desktop.
Common alias for Git.
alias gits='git status -s'
alias gitl='git log --oneline'
alias gitc='git commit -m'
alias gita='git add --all'
alias gitp='git push -u origin master'
alias gitd='git diff'
alias gitpl='git pull'
alias gitpb='git push origin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment