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

- Added git trigger alias (to push without changes and trigger hooks).

parent 494285b3
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
staash = stash --all
stat = status --short --branch
tag-version = !git tag -f "v$(cat VERSION)"
trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease
[color]
grep = true
[core]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment