SmartGit Installation and Usage on Ubuntu
You can add a PPA that provides a relatively current version of SmartGit(as well as SmartGitHg, the predecessor of SmartGit). To add the PPA run: sudo add-apt-repository ppa:eugenesan/ppa sudo apt-get update To install smartgit (after adding the PPA) run: sudo apt-get install smartgit To install smartgithg (after adding the PPA) run: sudo apt-get install smartgithg … Read more