mirror of https://github.com/harish2704/dotFiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
751 B
24 lines
751 B
[user]
|
|
email = harish2704@gmail.com
|
|
name = Harish Karumuthil
|
|
[guitool "Terminal2"]
|
|
cmd = konsole -e zsh
|
|
noconsole = yes
|
|
[init]
|
|
defaultBranch = main
|
|
[alias]
|
|
change-commits = "!f() { VAR=$1; OLD=$2; NEW=$3; shift 3; git filter-branch --env-filter \"if [[ \\\"$`echo $VAR`\\\" = '$OLD' ]]; then export $VAR='$NEW'; fi\" $@; }; f"
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
[guitool "Pull"]
|
|
cmd = git pull
|
|
[push]
|
|
autoSetupRemote = true
|
|
[pull]
|
|
rebase = false
|
|
[gui]
|
|
fontui = -family \"Noto Sans\" -size 16 -weight normal -slant roman -underline 0 -overstrike 0
|
|
fontdiff = -family \"Noto Sans Mono\" -size 16 -weight normal -slant roman -underline 0 -overstrike 0
|
|
|