• GIT – GIT Environment Setup

    GIT – GIT Environment Setup

    GIT Environment Setup Table Of Contents: What Is GIT Environment Setup? 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’

    Read More