712 B
712 B
lazygit
A simple terminal UI for Git commands, providing an intuitive interface for managing repositories. More information: https://manned.org/lazygit.
- Open Lazygit in the current repository:
lazygit
- Open Lazygit for a specific Git repository:
lazygit {{[-p|--path]}} {{path/to/repository}}
- Start Lazygit with focus on a specific panel:
lazygit {{status|branch|log|stash|...}}
- Print the default Lazygit configuration:
lazygit {{[-c|--config]}}
- Tail the Lazygit logs (useful with debug mode in another terminal):
lazygit {{[-l|--logs]}}
- Run Lazygit in debug mode:
lazygit {{[-d|--debug]}}
- Print the configuration directory:
lazygit {{[-cd|--print-config-dir]}}