Skip to content

Instantly share code, notes, and snippets.

@salvagit
Last active May 12, 2017 13:03
Show Gist options
  • Save salvagit/e0cbcc6487bb7251e59a to your computer and use it in GitHub Desktop.
Save salvagit/e0cbcc6487bb7251e59a to your computer and use it in GitHub Desktop.
Git Alias
alias g="git"
alias gs="g status"
alias gd="g diff"
alias gc="g checkout"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment