Commit 82121632 authored by nimrod's avatar nimrod
Browse files

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

parent 126b277f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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]