Answers for "un do l;ast commit git"

6

como deletar o ultimo commit

git reset --hard HEAD~1
Posted by: Guest on June-23-2020
0

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