SAGARFIVE

Category: 2. Git Basics

2.5 Git Terminology

Here some of the key Terminology need to know before getting deep into git Commit Commit saves the files in working directory as snapshot, commits

Read More »

2.3 Git Work Flow

Project workflow of code changes : Working Directory : 1. Create your project and open that directory , right click and select git bash here

Read More »

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

Read More »

2.1 Git installation

You can Download git @ https://git-scm.com/downloads Select your operating system and download. Install it, once after it is downloaded. Focus on these settings when you’re installing,

Read More »