diff --git a/.config/git/config b/.config/git/config index 2900d743a6aae29636e33cf8b62bc1b6e06e9da2..2a04faa04687cc7721db2fded659b8fd7a01760c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -37,7 +37,7 @@ temptree = !git worktree prune && git worktree add "$(mktemp -d)" touch = "!f() { touch \"$@\" && git add -f \"$@\"; }; f" tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} - trigger = !git commit --allow-empty --no-edit --amend && git pushes --force-with-lease + trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease [color] grep = true