I just started a new branch, but I deleted there one too many files. How do I reinstate the master and delete the changes in the branch? what is the command? Or is it better to just delete the branch and create a new one instead to keep working on a branch before I merge it to the master?
Would git merge master
do the trick?