diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-12 12:28:23 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-12 12:28:23 +0100 | 
| commit | a1afaeffef5caa2cf9e97b10ed0667a2b2df604e (patch) | |
| tree | 35dcb056118ea2d16558f7e8230f690341848c79 /config/essentials/git | |
| parent | c94d4358ac75b13a58ffb3cfca8b91e91133c23d (diff) | |
checkpoint
Diffstat (limited to 'config/essentials/git')
| -rw-r--r-- | config/essentials/git/config | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/config/essentials/git/config b/config/essentials/git/config index 2b2b202..130b8a5 100644 --- a/config/essentials/git/config +++ b/config/essentials/git/config @@ -14,3 +14,5 @@  	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 "  [commit]  	gpgsign = true +[gpg] +	program = /usr/bin/gpg  | 
