

It will list the most commonly used Git commands. Git command line option and helpįor more information and command line options you can use the -help flag. The output should be similar to the following one: # git config -list To verify that you entered the correct information you can use the command below: git config -list Git config -global user.email List configuration settings mo GET YOUR VPS git config -global user.name "Your Name"


You can do that by using the following commands: The first thing that you might want to do after the installation is to configure your name and email address in Git so the changes you commit contain the correct information. The command above will also show the version of Git installed on your CentOS 7 VPS. To verify that Git is successfully installed you can use the following command: git -version Once you log in you can use the following command to install Git: yum install git 3. If you don’t know how to do this, you can follow our guide on how to connect to a Linux server via SSH. To install Git on your CentOS 7 VPS you need to have SSH access to the server.
