YET ANOTHER GIT-REFERENCE (ver-1.0)


This will be a guide on the popular Version-Control-System known as GIT, but will only cover the bare essentials in order to reduce the steep learning curve.
As indicated by the name this reference isn't anything special & it's dime-a-dozen, still I want to ATTEMPT at writing a reference guide so that even a "not so tech-savvy" individual can use it. GIT is a version control system (AKA V.C.S). GIT is essentially a way for you to save your files & directories.

GIT records differences in the files and folders AND keeps a historical record of each save & Remember all GIT does is track versions & the changes each future updates make, so it can actually be used in things OTHER THAN JUST CODING.

Since GIT is a command-line tool,this guide as usual will be Linux-focused & Command-Line focused; since they have an awesome command-line experience.
Since we are going to be Linux-Focused (Debian/Ubuntu-based Linux distributions/Systems to be Precise for now) let’s start with it’s installation & it’s simple; ALL you have to do is type:-

sudo apt install git

OR as an alternative type this:

sudo apt install git-all

Although most Linux-based Operating Systems/Distributions have it Pre-Installed.
For Windows you can simply use GIT-Bash or follow GIT-Installation Documentation

The Collection of Articles listed here will be posted separately in my website, so that you can access them individually at your convenience.
[here, T.B.P means "To Be Posted"]

This is PART-01 & the INDEX of the Yet Another GIT-Reference series.

PARTS ARTICLES
II = Getting Started With GIT
III = T.B.P
IV = T.B.P