I want to rebase to this specific commit: 82c7b6a in branch master.
This is what I am doing:
Switch to the branch develop
git checkout develop
Then do a rebase with master
git rebase master
But what do I add to the git rebase command to make it go to 82c7b6a on master.
Just rebase off the commit:
git checkout develop
git rebase 82c7b6a
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With