Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-02 00:21:15 +00:00
parent fde4de0db5
commit 922b1aa234
102 changed files with 288 additions and 216 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# lazygit
> A simple terminal UI for Git commands, providing an intuitive interface for managing repositories.
> More information: <https://github.com/jesseduffield/lazygit>.
> More information: <https://manned.org/lazygit>.
- Open Lazygit in the current repository:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Open Lazygit for a specific Git repository:
`lazygit --path {{path/to/repository}}`
`lazygit {{[-p|--path]}} {{path/to/repository}}`
- Start Lazygit with focus on a specific panel:
@@ -22,16 +22,16 @@ source: https://github.com/tldr-pages/tldr.git
- Print the default Lazygit configuration:
`lazygit --config`
`lazygit {{[-c|--config]}}`
- Tail the Lazygit logs (useful with debug mode in another terminal):
`lazygit --logs`
`lazygit {{[-l|--logs]}}`
- Run Lazygit in debug mode:
`lazygit --debug`
`lazygit {{[-d|--debug]}}`
- Print the configuration directory:
`lazygit --print-config-dir`
`lazygit {{[-cd|--print-config-dir]}}`