Skip to content

Instantly share code, notes, and snippets.

@verotas
Created February 26, 2013 03:47
Show Gist options
  • Select an option

  • Save verotas/5035728 to your computer and use it in GitHub Desktop.

Select an option

Save verotas/5035728 to your computer and use it in GitHub Desktop.
[alias]
br = branch
ci = commit
co = checkout
st = status
last = log -1 HEAD
unstage = reset HEAD --
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
[core]
autocrlf = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment