Skip to content

arthur-lin1027/git-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Lesson

This lesson covers the basics of git for version control.

This lesson is for the 2025 MolSSI Best Practices Workshop.

Adding Features

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages