Linux serverNETWORK ADMINISTRATIONS

Everything About GIT Part 2 Install & Configure GIT

Everything About GIT Part 2 Install & Configure GIT

Git Website: https://git-scm.com/

Our Blog: https://tortoizthemes.com/everything-about-git-part-2/

Git Installation and Configuration on Computer
In order to start working with Git, you need to make your computer suitable for using Git. That’s why you need to install Git on your computer. Let’s take a look at how to install and configure Git on different OS.

Git Configure
I assume you have Git installed on any of the above OS. Now you need to configure Git. And the main purpose of this configuration is that when you commit through Git, he will store your information with Comit. All you have to do is enter your username and email address during the configuration. After Windows users install Git, a shortcut file named gitBash will be created on the computer desktop. You can open it and write the following commands in it. Or you can run the commands directly on the CMD if you want. Linux and Mac OSX users can type commands in the terminal.

1
git config –global user.name “Your Name Here”
Enter your name in place of Your Name Here.

1
git config –global user.email “your_email@youremail.com”
Enter your Email Address in place of your_email@youremail.com.

Make sure that the email address you enter here matches the email address of your server account. Now your computer is ready to use Git. From now on you can use Git commands on your computer. We will write all our commands in gitBash, CMD or terminal.

#git #configure_git #tortoizthemes

——————————————————————————————————————–

Related Tags:
install and configure git on windows 10,install and configure gitlab runner,install and configure git on ubuntu,install and configure gitlab,install,and configure gitlab on centos 7,install and configure gitlab on ubuntu 18.04,install and configure git on centos 7,install and configure git on ubuntu 18.04,install and configure git locally,install and configure git on mac,install and configure git server on ubuntu,install and configure apt-get,how to install and configure git and github on windows,how to install and configure git and repositories on github on ubuntu linux,install and configure git on windows,install and configure git bash,install and configure git centos 7,install and configure git centos,how to install and configure git server on centos 7,install and configure git on debian,installation et configuration de git,installing and configuring git for windows,how to install and configure git,how to install and configure git in windows,how to install and configure git in ubuntu,how to install and configure git server on linux,how to install and configure git in centos 7,how to install and configure git in windows 10,how to install and configure git in linux,install and configure git in ubuntu,install and configure git in centos 7,install and configure git in windows,how to install and configure git in ubuntu 16.04,install and configure git linux,install and configure git server on windows,install and configure git server,install and configure git ubuntu,install git and configure user,how to install configure and use git on ubuntu,install and configure git windows,how to install and configure gitlab on centos 6

source

centos 7

Leave a Reply

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