This mini-HOWTO explains how to install Git from source on Ubuntu. Git is a free Version Control System (VCS) which is distributed.
How to install Git on Ubuntu:
sudo apt-get build-dep git-core git-doc./configuremake prefix=/usr/local all docsudo make install install-docYou are now ready to use Git.
Comments
Thanks, worked for me, the
Thanks, worked for me, the only thing to mention that on Ubuntu Karmic
sudo apt-get build-dep git-core git-docdownloaded some 250 MB
Post new comment