Don't want to add it right now since students were just notified about the installation guide and I don't want to confuse anyone by adding new content leading up to orientation....
...but I just learned that you can rename master to main by running this line once:
git config --global init.defaultBranch main
We can add this to step 6 (configure git)
See https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup for more info
Don't want to add it right now since students were just notified about the installation guide and I don't want to confuse anyone by adding new content leading up to orientation....
...but I just learned that you can rename
mastertomainby running this line once:git config --global init.defaultBranch mainWe can add this to step 6 (configure git)
See https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup for more info