From 8cc016fc85f497aa3d80e642eaf3c5f13d2bc71c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 25 Feb 2018 22:02:34 +0200 Subject: [PATCH] - `trigger` Git alias pushes to all remotes (because which remote is to be triggered?). --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index dfd8ce7..7eac9b0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,7 +24,7 @@ stat = status --short --branch tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)" tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} - trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease + trigger = !git commit --allow-empty --no-edit --amend && git pushes --force-with-lease [color] grep = true [diff] -- GitLab