All,
I am a bit lost with Git operation.
I added 3 commits (4bb, c2e, b8f) to my branch 7.0.0.6 when realized I wanted to include them in a new branch. So I created 7.0.0.7 containing these three commits. After this, hard reset branch 7.0.0.6 prior to the commits. Now the local branches looks like I want them:
What I can't figure out how to synchronize the remote origin/7.0.0.6 to local head/7.0.0.6 (that is, omitting the last three commits) ?
Can someone please help with this ?