From bca69a04aacd21476c52c774826b02d505072745 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 4 Apr 2017 17:11:00 +0300
Subject: [PATCH] - Added git trigger alias (to push without changes and
 trigger hooks).

---
 .gitconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitconfig b/.gitconfig
index 35d42d4..c4de81d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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]
-- 
GitLab