Skip to content

marissadolorfino2024/git-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages