book-git-commands/src/tools.md

14 lines
181 B
Markdown
Raw Permalink Normal View History

2022-02-12 23:08:57 +00:00
# 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
```