SAGARFIVE

Category: GIT

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 »