Hi All,
Here is my situation, I want to reset my commit to very old commit, but only need to pick up 1 or 2 after the very old commit? is it possible.
for example:
commit 10
commit 9
commit 8
commit 7
...
...
commit 1.
what I want to do is to reset to commit 1 and pickup commit 8 only.
Thanks,
Hi @Jeff Lu,
I would recommend going back to commit 1 (double click on the commit in History), creating a new branch, and then cherrypicking commit 8 onto that new branch. Hope that helps.
Brian Ganninger
Principal Developer, Sourcetree
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.