A collection of personal and technical notes.
View the Project on GitHub arantebw/sketchpad
main
From the main branch, create a new-branch.
new-branch
git switch -c new-branch
Go back to the main branch, delete the 2 commits.
git switch - git reset --hard HEAD~2