top of page
Writer's picturevP

Install Git

Now that we know What is Git, let's learn how to install it. Git can be installed on Mac, Linux and windows servers using several ways. However in this post, I'm going to discuss the steps to install Git only on Windows servers.


1. Download the latest Git for Windows installer.


2. Run the Installer.


3. You should see the Git Setup wizard screen.

4. Follow the Next . I've kept all the default options.


5. Click on Finish to complete the installation and launch Git Bash.

6. Run the following commands to configure your Git username.

7. Run the below command to configure your Email address

8. You can verify the configured name and email address by running following commands.



With this, I'll wrap up this post here.


In the next post, we will discuss few basic Git Commands.


Thank you for reading !


*** Explore | Share | Grow ***

5 views0 comments

コメント

5つ星のうち0と評価されています。
まだ評価がありません

評価を追加
bottom of page