Skip to content

Instantly share code, notes, and snippets.

@gpolguere
Last active February 22, 2017 10:51
Show Gist options
  • Select an option

  • Save gpolguere/39daa9304d24273d6855 to your computer and use it in GitHub Desktop.

Select an option

Save gpolguere/39daa9304d24273d6855 to your computer and use it in GitHub Desktop.
My .gitconfig
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
hist = log --graph --full-history --all --pretty=format:'%C(yellow)%h%Creset %ad | %s %C(red)- %an --%Creset%C(green)%d%Creset' --date=short
type = cat-file -t
dump = cat-file -p
files = diff --name-only
empty = commit --allow-empty -m
[color]
ui = auto
[http]
sslVerify = false
[core]
ignorecase = false
fileMode = true
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment