How To Install Git on Ubuntu 16.04

Your video will begin in 10
75 Views
Published
Git is one of the most popular tools used as a distributed version control system(VCS). Git is commonly used for source code management (SCM) and has become more used than old VCS systems like SVN. In this article, we'll show you how to install Git on your Ubuntu 16.04 server. Video by Matt Arman.

See the full article at our Knowledge Base:
https://www.liquidweb.com/kb/install-git-ubuntu-16-04-lts/

Commands used:

apt-get update
sudo apt-get -y install git-core
git config --global user.name "Test User"
git config --global user.email" testuser@example.com
cat ~/.gitconfig
git config --list
Category
Liquid Web
Tags
liquidweb, web, hosting
Be the first to comment