From 4acf95e70aab494ea1e8d01ed7153ed81e5bda5d Mon Sep 17 00:00:00 2001 From: Michal Papis Date: Tue, 22 May 2012 15:17:30 +0200 Subject: [PATCH] also push tags in sync --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 33eb7e6..da580ac 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,4 +7,4 @@ [core] pager = less -RS [alias] - sync = !sh -c \"git push wayne master && git push origin master && git checkout stable && git push wayne stable && git push origin stable && git checkout master\" + sync = !sh -c \"git push wayne master && git push origin master && git checkout stable && git push wayne stable && git push origin stable && git checkout master && git push wayne --tags\"