SAGARFIVE

1. Introduction

2. Git Basics

3.  Git Terminology

4.  Git Branching

5.  Git - Github

6.  Git Add (Git staging)

7.  Git Commit

8.  Github Advanced

9.  Git Remote

2.2 Git Configuration

1. Configuring the git with username and email

git config –global user.name “username”
git config –global user.email “youremailid”

2. Setting up the default editor

git config –global core.editor Vim