How To remove a commit on GitHub? 1 – Copy the commit reference you like to go back to from the log: git log 2 – Reset git to the commit reference: git reset 3 – Stash/store the local Read More » Nahid Mahamud May 9, 2021 No Comments