I use git locally, and git-svn to work with a shared Subversion repository. I have a local branch with some parameter changes that are relevant to my test environment, but that I would never want to share with everyone else. Right now the way I'm doing that is by having a local branch with that parameter commit. However, I'd like to make sure I never accidentally commit that branch to SVN.
Is there a way I can flag this commit (or branch) to make git svn dcommit yell at me first? Or maybe a hook that would check so that, say, I can only git svn dcommit from master?