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.