Skip to content

Instantly share code, notes, and snippets.

@futurist
Created November 18, 2016 01:12
Show Gist options
  • Save futurist/cc7e65102047e2a953d22aeb2c24d7a3 to your computer and use it in GitHub Desktop.
Save futurist/cc7e65102047e2a953d22aeb2c24d7a3 to your computer and use it in GitHub Desktop.
alias for git
# alias for git
alias ga='git add'
alias ga.='git add .'
alias gaa='git add -A'
alias gs='git status'
alias gp='git push'
alias gm='git commit'
alias gmm='git commit -m'
alias gl='git log --all --decorate --graph'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment