Skip to main content

Posts

Showing posts from December, 2021

Helping Commands

 Git Reset =>   git reset --hard HEAD~1 ( https://stackoverflow.com/questions/927358/how-do-i-undo-the-most-recent-local-commits-in-git) git reset --hard <commit-hash> git push -f origin master