From 0fbec6c0b332ee611ac5e1e2a3bc2c53b8da96f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 10 Jun 2013 23:59:41 +0300 Subject: [PATCH] ac-tag: push -f in case remote already has AC-branch tag --- shrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrc.sh b/shrc.sh index dd2435e..8e36984 100755 --- a/shrc.sh +++ b/shrc.sh @@ -37,7 +37,7 @@ ac-tag() { fi git tag -f $branch - git push origin $branch + git push -f origin $branch } # undo spec utf8 -- 2.44.0