Skip to content

Instantly share code, notes, and snippets.

@dimaqq
Created August 10, 2023 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimaqq/ef73bd83ea8fdc8ed5009bd49a57f6b4 to your computer and use it in GitHub Desktop.
Save dimaqq/ef73bd83ea8fdc8ed5009bd49a57f6b4 to your computer and use it in GitHub Desktop.
# This is Git's per-user configuration file.
[user]
name = Dima Tisnek
email = dimaqq@gmail.com
[alias]
tree = log --all --decorate --oneline --graph
ls = log --decorate --graph
st = status
branchdate = for-each-ref --sort='-committerdate:iso8601' --format=' %(committerdate:iso8601)%09%(refname)' refs/heads
[diff "minjs"]
textconv = js-beautify -w 88
cachetextconv = true
[diff "mincss"]
textconv = js-beautify -w 88 --css
cachetextconv = true
[pull]
ff = only
[init]
defaultBranch = main
[status]
submoduleSummary = true
[push]
autoSetupRemote = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment