Rebasing remote branches in Git

前端 未结 4 1290
甜味超标
甜味超标 2020-12-12 09:41

I am using an intermediate Git repository to mirror a remote SVN repository, from which people can clone and work on. The intermediate repository has it\'s master branch reb

4条回答
  •  爱一瞬间的悲伤
    2020-12-12 10:33

    You can disable the check (if you're really sure you know what you're doing) by using the --force option to git push.

提交回复
热议问题