Why Git

Git is the most popular distributed version control system (DVCS) today. Compared to centralized systems, DVCS have all information locally available. This gives you following advantages:

Git makes branching, merging and switching branches very easy and fast.

Why SmartGit

Git has very powerful concepts and commands, however getting started with Git can be hard due to this overwhelming set of functions.

  1. SmartGit only requires a Java Runtime Environment 1.5 or higher and the Git command line tools.