Created
March 28, 2018 20:15
-
-
Save TimoDJatomika/b62972db4228cf53bd8a612560a791f1 to your computer and use it in GitHub Desktop.
Git Alias for bash
This file contains hidden or 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
# git stuff | |
alias gs="git status" | |
alias gl="git log" | |
alias gpl="git pull" | |
alias gpu="git push" | |
alias gad="git add" | |
alias gcm="git commit" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment