Skip to content

Instantly share code, notes, and snippets.

@aurels
Created December 21, 2009 20:00
Show Gist options
  • Save aurels/261195 to your computer and use it in GitHub Desktop.
Save aurels/261195 to your computer and use it in GitHub Desktop.
# Install Git on ubuntu
Download the latest source and untar it.
$ cd ~/src/git-x
$ apt-get build-dep git-core -y
$ ./configure
$ make
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment