This commit is contained in:
2023-09-18 13:54:47 +05:30
parent 04f4b43eb0
commit d5a31f833b
7 changed files with 68 additions and 0 deletions
+8
View File
@@ -6,8 +6,16 @@
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