M1 Introduction to Git

From CSE330 Wiki
Revision as of 02:14, 5 August 2023 by Zach (talk | contribs) (Created page with "'''NOTE: This is an extremely simplified guide to Git meant to kickstart your work in this course. We ''strongly'' recommend you read the Git Extended read...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

NOTE: This is an extremely simplified guide to Git meant to kickstart your work in this course. We strongly recommend you read the Git Extended reading.

Git

Git is a distributed version control system. It enables you to:

  1. Keep track of revisions to your files
    1. Push and pull your revisions to other computers or servers
      1. Collaborate with other people on the same project