禁止git svn本地分支提交到远程svn仓库
我使用git-svn来处理和提交一个svn仓库。 我还创建了一个提交的本地分支,我不想将其提交到存储库。
为了安全起见,我希望该分支能够执行“git svn rebase”,但“git svn dcommit”应该失败(它不一定是一个漂亮的解决方案,我只是想确保该分支中的提交没有犯错误)。
有没有办法像这样设置本地分支?
链接地址: http://www.djcxy.com/p/89517.html上一篇: Forbid git svn local branch from committing to the remote svn repository