Last active
February 11, 2021 12:37
-
-
Save AntonioCS/83bccc7f6ecace2c3f3bcc4b9369d2ee to your computer and use it in GitHub Desktop.
Useful git alias for .bashrc
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 ga="git add" | |
alias gs="git status" | |
alias gc="git checkout" | |
alias gcb="git checkout -b" | |
alias gb="git branch" | |
alias gp="git pull" | |
alias gd="git diff" | |
alias gcom="git commit" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment