Skip to content
Snippets Groups Projects
Commit 8cc016fc authored by nimrod's avatar nimrod
Browse files

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

be triggered?).
parent b0bc194d
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
stat = status --short --branch stat = status --short --branch
tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)" tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)"
tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} 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] [color]
grep = true grep = true
[diff] [diff]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment