If I pull another working branch to my own, then git rebase and remove their commit, will it cause issues when we both merge?

后端 未结 0 1560
旧巷少年郎
旧巷少年郎 2021-01-31 16:23

So here\'s the flow of logic:

git checkout {My branch}
git pull origin {Other branch}
git add {my files}
git commit -m "commit message here"
git rebase          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题