Skip to content

Instantly share code, notes, and snippets.

@A6Brgeuka
Created October 7, 2016 11:18
Show Gist options
  • Save A6Brgeuka/d9cd45397bf1a906f1b29259d2ad8a2d to your computer and use it in GitHub Desktop.
Save A6Brgeuka/d9cd45397bf1a906f1b29259d2ad8a2d to your computer and use it in GitHub Desktop.
alias gs='git status '
alias ga='git add '
alias gp='git push '
alias gpu='git pull'
alias go='git checkout '
alias gb='git branch '
alias gd='git diff '
alias gc='git commit '
alias gush='git push '
alias gull='git pull '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment