Hands On Labs
- Oracle Code Sydney July 2017
Git Install
This section will help you deploy the git client software into your environment.
Installation on Ubuntu 16.04
The following instructions are what I used for installing git on Ubuntu 16.04 but if in doubt refer to the following website. All Platforms - Git Install
On Ubuntu verify your installation by executing the following command:
git --version
Assuming Git is not installed then execute the following command. I used git version 2.13.0.
sudo apt-get install git -y
Validate your Git installation:
git --version
The above command should return a valid version.
Installation on all platforms
Recommended All Platforms - Git Install
Some other platform specific blog posts covering git installations Install Git on Fedora .