Skip to content

Instantly share code, notes, and snippets.

@rahulspace
Created November 9, 2019 13:19
Show Gist options
  • Save rahulspace/750a5c19ba4e8ea4100ca5cc074625b7 to your computer and use it in GitHub Desktop.
Save rahulspace/750a5c19ba4e8ea4100ca5cc074625b7 to your computer and use it in GitHub Desktop.
alias gits='git status'
alias gita='git add'
alias gitaa='git add .'
alias gitc='git commit -m'
alias gitl='git log'
alias gitb='git branch'
alias gitch='git checkout'
alias gitr='git reset HEAD^'
alias gitph='git push origin'
alias gitpl='git pull origin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment