Skip to content

Commit

Permalink
also push tags in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed May 22, 2012
1 parent 7eee396 commit 4acf95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitconfig
Expand Up @@ -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\"

0 comments on commit 4acf95e

Please sign in to comment.