diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-22 16:23:07 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-22 16:23:07 +0200 |
commit | d466dcc80e77463fa035fc85ced0c253e38cbac2 (patch) | |
tree | df8e20418fc6529e9639b0f38a205adfded16072 /config/essentials/git | |
parent | 10e12bbe481af7974739060f51210f7948fc1df9 (diff) | |
parent | fcc378109f2c9d3f80a6213646d7c170dd93100d (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/essentials/git')
-rw-r--r-- | config/essentials/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/git/config b/config/essentials/git/config index 99cf21e..2b2b202 100644 --- a/config/essentials/git/config +++ b/config/essentials/git/config @@ -9,7 +9,7 @@ [pull] rebase = false [merge] - ff = false + ff = true [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 " [commit] |