Skip to content

Instantly share code, notes, and snippets.

@chongkan
Created May 23, 2016 21:52
Show Gist options
  • Save chongkan/92b07d3e8f80ed7623b1bce09157b24a to your computer and use it in GitHub Desktop.
Save chongkan/92b07d3e8f80ed7623b1bce09157b24a 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
[user]
name = Eduardo Chongkan
email = eduardo@chongkan.com
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment