MNNIT Computer Coding Club

This repository contains the codes, support links and other relevant materials for every class under Computer Club, MNNIT Allahabad.

View on GitHub

Git Class - I

August 29th, 2020

Git Class 1 Recording: Here

types of VCS

Basic Terminology:

Commit Tree

Stages-1 Stages-2

Basic Workflow:

  1. You modify files in your working tree.
  2. You selectively stage just those changes you want to be part of your next commit, which adds only those changes to the staging area.
  3. You do a commit, which takes the files as they are in the staging area and stores that snapshot permanently to your Git directory.

Flow-1 Flow-2

Basic git configurations:

Commands:

(PS: you may use the command: man to further find out more about any of these commands)

The .gitignore file

Few Footnotes:

Further Readings:

Contact Us:

Name
Anuj Modi
Arsh Singh