Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 440 Bytes

Git Lesson

This lesson covers the basics of git for version control This lesson is for the MolSSI Best Practices workshop

Working correctly

git checkout -b new_branch_name

To switch to an existing branch, use

git checkout new_branch_name

To submit your feature to be incorporated into the main branch, you should submit a Pull Request. The repository maintainers will review your pull request before accepting your changes.