Basic Git commands

TeachingNovember 21, 2023

Basic Git commands

From Pro Git:

Git thinks of its data more like a series of snapshots of a miniature filesystem. With Git, every time you commit, or save the state of your project, Git basically takes a picture of what all your files look like at that moment and stores a reference to that snapshot.