mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 19:55:14 +00:00
Update cheatsheets
This commit is contained in:
12
tldr/lazygit
12
tldr/lazygit
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user