Managing Commits: How to Delete and Push Changes on GitHub
how to uncommit all the changes in the history and delete it so i can add and push again ?
There's a command for that...
Terminal:-
Step 1: Checkout to the Main Branch
Make sure you’re on the main branch:
bashCopy codegit checkout main
Step 2: Re...
dailytec.hashnode.dev2 min read