Skip to content

Instantly share code, notes, and snippets.

@timonwong
Created October 16, 2012 09:18
Show Gist options
  • Save timonwong/3898242 to your computer and use it in GitHub Desktop.
Save timonwong/3898242 to your computer and use it in GitHub Desktop.
GIT: Push branches as well as tags
[remote "origin"] # Or whatever
push = :
push = +refs/tags/*:refs/tags/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment