How to set up the user in Git Command Prompt

How to set up the user in Git Command Prompt
Git is Version Control System user can store the file different stage of development. You save the file from the starting stage to end stage of development on daily base. Whenever you want the file you directly get a file from the storage and work on it.
Git is Distributed/Decentralized version control system. You can use the Git on two methods one through the command prompt another one is the graphical interface.

How to set the Git using a Command prompt.
First, you must download the git from the here https://git-scm.com/downloads . After download you must install on your machine, it should be a basic installation process how you install the basic software on your machine.

After install on your machine you must set up the Git in your machine.

Before that, you must create the account in GitHub and get the username for your account.

After Create the account you must link your computer with your repository.

Open Command prompt.

Type the below command: $ symbol defiantly come on command prompt.

$ git config --global user.name "Gokul S"
$ git config --global user.email "gokul.s@gmail.com"

After that you can verify the account are correctly configure are not by the simple command.



$ git config user.name
Gokul.S

Above command show the user name.

$ git config user.email
gokul.s@gmail.com

Above command show the user email.
Copyright Labw3