Linux command
gitu 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch
gitu
Open
gitu [filename]
Start
gitu [directory]
说明
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.
参数
- -c, --config _FILE_
- Configuration file path
- --log-level _LEVEL_
- Set logging level
- -v, --version
- Display version and exit
- -h, --help
- Display help and exit
FAQ
What is the gitu command used for?
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.
How do I run a basic gitu example?
Run `gitu` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -c, --config _FILE_ do in gitu?
Configuration file path