Skip to content

Instantly share code, notes, and snippets.

@pplmx
Last active September 15, 2022 01:39
Show Gist options
  • Save pplmx/d6a18795539a82c809606cd960f2c7e5 to your computer and use it in GitHub Desktop.
Save pplmx/d6a18795539a82c809606cd960f2c7e5 to your computer and use it in GitHub Desktop.
[init]
defaultBranch = main
[pull]
rebase = true
[fetch]
prune = true
[alias]
ld = log --stat --graph --oneline
lf = log --graph --pretty=format:'%C(red)%h%Creset %C(cyan)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=short --all
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[core]
symlinks = true
quotepath = false
[tag]
sort = -v:refname
[http]
sslVersion = tlsv1.3
[gui]
encoding = utf-8
[i18n "commit"]
encoding = utf-8
[i18n]
logoutputencoding = utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment