book-git-commands/src/tools.md

14 lines
181 B
Markdown

# Included Tools
```bash
# Simple GUI for Git.
git gui
```
```bash
# Simple GUI showing current branch commits.
gitk
# Simple GUI showing all branches and commits.
gitk --all
```