Comment on History repeats itself
colorado@programming.dev 1 year agoI create a new branch locally with git switch --create, pull everything from main, sacrifice a small squirrel, and run the project to make sure everything still works.
Comment on History repeats itself
colorado@programming.dev 1 year agoI create a new branch locally with git switch --create, pull everything from main, sacrifice a small squirrel, and run the project to make sure everything still works.
ramjambamalam@lemmy.ca 1 year ago
You can just undo the last commit with git
reset --soft HEAD~1