Git and GitHub

Today’s topic is about Git and GitHub

we will cover these Topics :

Let’s Start

Git History

Git traces its roots to the open source software project Linux kernel. Developers of this project began using a DVCS called BitKeeper in 2002. In 2005, many of these developers stopped using this DVCS due to tension between the Linux kernel community and the company behind BitKeeper’s and the eventual revocation of the DVCS’ gratis status. Source

What is Git

- it's version control system 
- let's developers to work togather in the same project 
- History log of files 
- projects in one repository 

Git

How to Install It

Some Commands line to Know

git config --list To Check The Settings

Exmaple :

$ git config --list

user.name=Jane Smith

user.email=example@email.com

color.status=auto

color.branch=auto

color.interactive=auto

git help command Getting Help

Setting up a Git Repository

Importing

Cloning

Check File Status

Add Files

Contact Info :

Please Feel Free To Contact Me When You Need help ^_^