Skip to content

Instantly share code, notes, and snippets.

@AntonioCS
Last active February 11, 2021 12:37
Show Gist options
  • Save AntonioCS/83bccc7f6ecace2c3f3bcc4b9369d2ee to your computer and use it in GitHub Desktop.
Save AntonioCS/83bccc7f6ecace2c3f3bcc4b9369d2ee to your computer and use it in GitHub Desktop.
Useful git alias for .bashrc
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