]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
ac-tag: push -f in case remote already has AC-branch tag
authorElan Ruusamäe <glen@delfi.ee>
Mon, 10 Jun 2013 20:59:41 +0000 (23:59 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 10 Jun 2013 20:59:41 +0000 (23:59 +0300)
shrc.sh

diff --git a/shrc.sh b/shrc.sh
index dd2435e78e35d0780a1243e18894867d6935d8c1..8e3698402618e0238fa7eba0fca2d14320fc6c37 100755 (executable)
--- 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
This page took 0.046382 seconds and 4 git commands to generate.