Skip to content

Instantly share code, notes, and snippets.

@iamdey
Last active October 4, 2015 22:37
Show Gist options
  • Save iamdey/2710159 to your computer and use it in GitHub Desktop.
Save iamdey/2710159 to your computer and use it in GitHub Desktop.
my git aliases
alias ga='git add'
alias gb='git branch'
alias gc='git commit'
alias gp='git pull'
alias gs='git status'
alias gl='git log --decorate --graph --oneline'
alias gck='git checkout'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment