Skip to content

Instantly share code, notes, and snippets.

@A6Brgeuka
Created March 19, 2018 06:40
Show Gist options
  • Save A6Brgeuka/3a6e7584794b2e76bf806a14cac7480f to your computer and use it in GitHub Desktop.
Save A6Brgeuka/3a6e7584794b2e76bf806a14cac7480f to your computer and use it in GitHub Desktop.
My git aliases
alias gs='git status'
alias go='git checkout'
alias gb='git branch'
alias gd='git diff'
alias gc='git commit'
alias ga='git add'
alias gph='git push'
alias gpl='git pull'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment