# 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 ```