Skip to content

Instantly share code, notes, and snippets.

@Dexyne
Last active August 28, 2019 09:00
Show Gist options
  • Save Dexyne/cc860abae542ba31b78d3177111ae376 to your computer and use it in GitHub Desktop.
Save Dexyne/cc860abae542ba31b78d3177111ae376 to your computer and use it in GitHub Desktop.
My .gitconfig
[user]
name =
email =
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[alias]
co = checkout
st = status
cm = commit
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
[core]
editor = code --wait --new-window
excludesfile = ~/.gitignore_global
autocrlf = false
[push]
default = matching
[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