Skip to content

Instantly share code, notes, and snippets.

@zhcnxf
Created July 17, 2015 12:00
Show Gist options
  • Save zhcnxf/908e7bdf570861ba188f to your computer and use it in GitHub Desktop.
Save zhcnxf/908e7bdf570861ba188f to your computer and use it in GitHub Desktop.
Git command shortcuts
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment