SmartGit — The Easy-to-Use Git-Client
SmartGit is a graphical front-end for the distributed version control system Git and runs on Windows, Mac OS X and Linux.
SmartGit helps Git beginners getting started quickly and makes advanced users more productive with its efficient user interface to Git — the most powerful DVCS today.
What SmartGit is?
SmartGit is an efficient user interface for Git, focussing on simplicity and targeting non-experts and people who prefer a graphical application over command line usage.
The current version of SmartGit supports those Git features which are required for the every-day work in software development projects, most notably:
- Virtually all local working tree operations
- Status, diff, log
- Push, pull, fetch (for all protocols)
- Tag and branch management
- Merge, cherry-pick, rebase
- Stash management
- Basic submodule support
What it is not?
SmartGit does not (yet) support all Git features and options. Following notable Git feature are not present currently:
- Blame
- Interactive rebase
- Pickaxe