Skip to content

Instantly share code, notes, and snippets.

@wheelerlaw
Created May 31, 2018 01:23
Show Gist options
  • Save wheelerlaw/701ac99569272ba9b6b60f950d0588cd to your computer and use it in GitHub Desktop.
Save wheelerlaw/701ac99569272ba9b6b60f950d0588cd to your computer and use it in GitHub Desktop.
alias gs='git status'
alias gpl='git pull'
alias gpsh='git push'
alias gf='git fetch'
alias gc='git commit'
alias gcm='git commit -m'
alias gcam='git commit -am'
alias ga='git add -A'
alias gco='git checkout'
alias gcob='git checkout -b'
alias gb='git branch'
alias gradlew='./gradlew'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment