Skip to content

GbAlteri/git_lesson

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 using git for vesrion control.

This lesson is for the first day of the MSSE bootcamp.

To make a commit (or "version" or "checkpoint) of your files, follow thise procedure:

  1. Make changes to your project that you would like to keep.
  2. When you have your changes, tell git you are ready to create a commit by adding files to the staging area using "git add filename"
  3. Create a checkpoint ("commit") using 'git commit -m "message about what you did"'

About

The first lesson for Chem 280

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages