Answers for "bootstrap last version cdn"

19

git cancel last commit

git reset --soft HEAD~1
Posted by: Guest on March-30-2020
-1

git remove last commit

# To to remove already pushed commit!
git push -f origin HEAD^:master
Posted by: Guest on July-13-2021

Browse Popular Code Answers by Language