...

/

How to Use Git with Bash

How to Use Git with Bash

This lesson will brief you about an important and most prevalent software system i.e. Git. Moreover, it'll show you how to install Git on GNU/Linux based systems.

We'll cover the following...

What is Git?

Git is the most common free and distributed version control system. It aids in non-linear development allowing multiple contributors to work on projects simultaneously.

Git was invented by Linus Torvalds, principal developer of Linux kernel.

Installing Git in Linux

On Ubuntu/Debian:

Most Linux systems used now a days are Ubuntu/Debian based. You can install Git on them by entering ...