Is it possible to make git-svn work with git tags? I tried tagging some commits in my local repository but once I did a git-svn dcommit to upload my changes all the tags were killed (gitk doesn't show any of them anymore). Is there a way to tag commits when working with git-svn? Also how does one work with branches in such a case. Is there a way to push them also or does git-svn track trunk only and I need to merge in changes before pushing them? Thanks