Although we recommend to learn Git via its command line interface a graphical interface may help in using Git. There are [numerous tools available](https://git-scm.com/downloads/guis/).
The following tools are used by OGS developers:
-[`git-gui`](https://git-scm.com/docs/git-gui) and [`gitk`](https://git-scm.com/docs/gitk), Linux / Mac / Windows, free, often pre-installed with git
-[SourceTree](https://www.sourcetreeapp.com/), Mac / Windows, free
-[Fork](https://git-fork.com/), Mac / Windows, commercial with free evaluation, supports our [branching / rebasing workflow](https://github.com/fork-dev/TrackerWin/issues/1432)
-[`tig`](https://jonas.github.io/tig/), Linux / Mac / Windows, command line repository browser
- Some VS Code extensions like [Git Graph](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph)