Answers for "how to go previous commit in ubuntu"

-1

rollback to a previous commit

git reset --hard <commidId> && git clean -f
Posted by: Guest on March-28-2022

Code answers related to "how to go previous commit in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language