lazygit
all
A simple terminal UI for Git commands, providing an intuitive interface for managing repositories.
More info →Options (5)
-p, --pathbooleanOpen Lazygit for a specific Git repository
Example:
lazygit {{[-p|--path]}} {{path/to/repository}}-c, --configbooleanPrint the default Lazygit configuration
Example:
lazygit {{[-c|--config]}}-l, --logsbooleanTail the Lazygit logs (useful with debug mode in another terminal)
Example:
lazygit {{[-l|--logs]}}-d, --debugbooleanRun Lazygit in debug mode
Example:
lazygit {{[-d|--debug]}}--print-config-dirbooleanPrint the configuration directory
Example:
lazygit {{[-cd|--print-config-dir]}}Examples (7)
Open Lazygit in the current repository
Open Lazygit for a specific Git repository
lazygit [-p|--path] path/to/repositoryStart 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]made by @shridhargupta | data from tldr-pages