Skip to content

Instantly share code, notes, and snippets.

@augmentedfourth
Created January 6, 2012 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save augmentedfourth/1572530 to your computer and use it in GitHub Desktop.
Save augmentedfourth/1572530 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
plus some shell aliases:
alias ga='git add '
alias gb='git branch '
alias gc='git commit'
alias gd='git diff'
alias go='git checkout '
alias gs='git status '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment