GIT Environment Setup

Table Of Contents:

  1. What Is GIT Environment Setup?
  2. Setting Up GIT Environment Variables.

(1) What Is GIT Environment Setup ?

  • If you are working with other developers, you need to know who is checking the code in and out, and making the changes.
  • Setting user.name and user. email is the necessary configuration option as your name and email appear in your commit messages.

(2) Setting Up GIT Environment Variables.

(1) Setting Up Username

git config – global user.name 'Subrat@1'

(2) Setting Up Email Id

git config – global user.name 'Subrat@1'

(3) Setting Colored Output

git config – global user.name 'Subrat@1'

(4) Checking The Environment Variable

git congig – list

Leave a Reply

Your email address will not be published. Required fields are marked *