Skip to content

zifangberkeley/git-lesson-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Git lesson

This lesson covers the basics of git for version control

This lesson is for the first day of MSSE bootcamp

TO make a commit ("version" or "checkpoint") of your file, follow this procedure:

  1. make changes to the project that you would like to keep.
  2. When you have your changes, tell GIT you are ready to creat checkpoint of the file using the git add Filename command.
  3. create a checkpoint of your file using git commit -m "Message about what you did

Adding features

Features should be developed on branches. to switch to a branch use git switch (-c)

About

For da class Chem280

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors