gitu
TUI Git client inspired by Magit
TLDR
SYNOPSIS
gitu [options] [path]
DESCRIPTION
gitu is a terminal user interface for Git inspired by Magit (Emacs). It provides a keyboard-driven interface for common Git operations with visual staging, committing, branching, and rebasing.
The tool shows the repository status with sections for staged/unstaged changes, branches, and recent commits, making it easy to perform complex Git operations without memorizing commands.
PARAMETERS
-c, --config FILE
Configuration file path--log-level LEVEL
Set logging level-v, --version
Display version and exit-h, --help
Display help and exit
KEYBINDINGS
s
Stage file/hunku
Unstage file/hunkc
Commitb
Branch menur
Rebase menul
Log viewd
Diff viewp
PushP
Pullq
Quit?
Help
CAVEATS
Requires Git repository. Some advanced Git features may not be supported. Large repositories may have performance issues.
HISTORY
gitu was inspired by Magit and created to bring similar functionality to a standalone terminal application.
SEE ALSO
git(1), [lazygit](https://github.com/jesseduffield/lazygit), [magit](https://magit.vc/)

