Answers for "soft delete commit"

0

delete commit head

git reset HEAD^ --hard
git push <<remote>> -f
Posted by: Guest on June-02-2021
1

git delete commit

git reset --hard <last_working_commit_id>
Posted by: Guest on April-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language