How do I make my local commits appear on top of recently typed heads?
Here's what happened:
1) I made some changes
2) Redid them in my local repository
3) Popped from the remote repository (now I have 2 eads, one of which is my local changes)
4) How to place local changes on top of another head? I also want to accept all the changes from a recently typed head so that he does not ask me to merge files that were not part of the local change sets that I made.
source share