Skip to content

Instantly share code, notes, and snippets.

@THeK3nger
Created November 6, 2018 14:32
Show Gist options
  • Save THeK3nger/30f7b70c8f072775046e1bfbfd65e64d to your computer and use it in GitHub Desktop.
Save THeK3nger/30f7b70c8f072775046e1bfbfd65e64d to your computer and use it in GitHub Desktop.
Some things I need to remember on my git configuration
[user]
name = <name>
email = <email>
[core]
autocrlf = true
excludesfile =
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
[winUpdater]
recentlySeenVersion = 2.15.1.windows.2
[credential]
helper = manager
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment