【发布时间】:2015-12-31 18:50:36
【问题描述】:
好吧,标题很混乱,但发生了什么事:
-有一个本地分支及其对应的远程分支
-删除两个分支
-重新创建具有相同名称的分支,并应用我的更改
-无法推送到远程存储库,因为:
'Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details."
【问题讨论】:
-
您使用了哪些命令来执行“删除两个分支”步骤?
标签: git push bitbucket-server sourcetree