[filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true [user] email = yogaskung@protonmail.ch name = Yogas Kung [core] excludesfile = /Users/v/.gitignore [http] proxy = http://localhost:7890 [alias] change-commits = "!f() { VAR1=$1; VAR='$'$1; OLD=$2; NEW=$3; echo \"Are you sure for replace $VAR $OLD => $NEW ?(Y/N)\";read OK;if [ \"$OK\" = 'Y' ] ; then shift 3; git filter-branch --env-filter \"if [ \\\"${VAR}\\\" = '$OLD' ]; then export $VAR1='$NEW';echo 'to $NEW'; fi\" $@; fi;}; f " ucommit = !git commit --date=\"$(date --utc +%Y-%m-%dT%H:%M:%S%z)\" [init] defaultBranch = goshujin