Commit 4f58674e authored by nimrod's avatar nimrod
Browse files

- `trigger` Git alias pushes to all remotes (because which remote is to

be triggered?).
parent f1360be9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]