Mercurial
Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.
Mercurial on Ubuntu
Install
Linux packages
- apt-get install mercurial tortoisehg tortoisehg-nautilus
Install .ssh
- sudo apt-get install ssh
Download the academy and academy.pub files to your .ssh folder.
install Mercurial
- sudo apt-get install mercurial
Copy this text to the terminal:
- ~/Documents/FabAcademy$ hg clone -e "ssh -p 846 -i ~/.ssh/keys/academy" ssh://hg@fab.cba.mit.edu/academy academy