skip to content
Law

Git Checkout to Switch

/ 1 min read

I have finally made the switch from using mainly

git checkout develop

to

git switch develop

And a couple of things new to Git v2.37.0 and that is

git config core.fsmonitor true
git config core.untrackedcache true