Installing Git's latest version on Ubuntu
Here are the commands to run to install the latest version of the source-control system, Git, on Ubuntu.
sudo apt-get install python-software-properties #I'm not sure if this line is necessary
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
Comments
Post a Comment