Other tools
There are many other tools besides the git command line.
We also saw gitk that comes with git.
Hosted Web
We can also use the web interface of the various git hosting systems
Other web
Desktop GUI
- GitHub Desktop
- LazyGit
- GitButler
- https://git-scm.com/tools/guis
- git.gui comes with the git installation on Windows. On Ubuntu Linux I could install it using
apt install git-gui. - SourceTree Git client for Windows and Mac.
- Sublime Merge
- GitLens
- GitKraken
- Tortoise Git
Terminal User Interface (TUI)
Editor integration
- VS Code
- Zed - Git integration
- Emacs - Magit
- Vim - fugitive