Artboard 16Google Sheets iconSwift icon

git checkout is confusing...

Common alternatives using switch and restore

How to create a new branch

TODO
git checkout -b new-branch

The nicer alternative to git checkout -b

git switch -c new-branch
git switch --create new-branch

How to reset a file