Created
May 31, 2018 01:23
-
-
Save wheelerlaw/701ac99569272ba9b6b60f950d0588cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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