Created
November 9, 2019 13:19
-
-
Save rahulspace/750a5c19ba4e8ea4100ca5cc074625b7 to your computer and use it in GitHub Desktop.
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
alias gits='git status' | |
alias gita='git add' | |
alias gitaa='git add .' | |
alias gitc='git commit -m' | |
alias gitl='git log' | |
alias gitb='git branch' | |
alias gitch='git checkout' | |
alias gitr='git reset HEAD^' | |
alias gitph='git push origin' | |
alias gitpl='git pull origin' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment