Skip to content

Instantly share code, notes, and snippets.

@glynrob
Last active August 29, 2015 14:07
Show Gist options
  • Save glynrob/d9bb7bbd65a7453195fc to your computer and use it in GitHub Desktop.
Save glynrob/d9bb7bbd65a7453195fc to your computer and use it in GitHub Desktop.
git2
[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
[push]
default = upstream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment