Skip to content

Instantly share code, notes, and snippets.

@mikeclarke
Created December 12, 2010 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeclarke/738383 to your computer and use it in GitHub Desktop.
Save mikeclarke/738383 to your computer and use it in GitHub Desktop.
Installing git and mercurial
-- Install git
cd ~/src
wget http://kernel.org/pub/software/scm/git/git-1.6.6.tar.gz
tar xzvf git-1.6.6.tar.gz
cd git-1.6.6
./configure
make
make install
-- Install mercurial
pip install mercurial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment