This lesson covers the basics of git for version control.
This lesson is for the 2025 MolSSI Best Practices Workshop.
Features should be developed on branches. To create and switch to a branch, use the command
git switch -c new_branch_name
To switch to an existing branch, use
git switch branch_name