Skip to content

Instantly share code, notes, and snippets.

@bverbeken
Created May 8, 2013 10:53
Show Gist options
  • Save bverbeken/5539727 to your computer and use it in GitHub Desktop.
Save bverbeken/5539727 to your computer and use it in GitHub Desktop.
~/.gitconfig: crlf & aliases
[core]
autocrlf = input
safecrlf = true
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
histall =log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short --all
type = cat-file -t
dump = cat-file -p
ammend = commit --amend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment