|
|
|
|
|
by serve_yay
4170 days ago
|
|
Huh. If I rebase master into the feature branch, isn't that supposed to move the point at which the feature branched off of master from where it was, to the HEAD of master? About rebasing the feature branch onto master, my team doesn't do that, we squash the feature branch commits into one commit when merging to master. (I don't use anything besides git, but that doesn't mean I can't hate it) |
|
Now, it could be that I am just being a stickler for phrasing here. So, to clarify, if you are on the branch and run 'git rebase master', that is not rebasing master into the feature branch. That is rebasing the feature branch onto master.
So, is that what you were doing?