mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 14:50:39 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/lazygit
Normal file
37
tldr/lazygit
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
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>.
|
||||
|
||||
- Open Lazygit in the current repository:
|
||||
|
||||
`lazygit`
|
||||
|
||||
- Open Lazygit for a specific Git repository:
|
||||
|
||||
`lazygit --path {{path/to/repository}}`
|
||||
|
||||
- Start Lazygit with focus on a specific panel:
|
||||
|
||||
`lazygit {{status|branch|log|stash|...}}`
|
||||
|
||||
- Print the default Lazygit configuration:
|
||||
|
||||
`lazygit --config`
|
||||
|
||||
- Tail the Lazygit logs (useful with debug mode in another terminal):
|
||||
|
||||
`lazygit --logs`
|
||||
|
||||
- Run Lazygit in debug mode:
|
||||
|
||||
`lazygit --debug`
|
||||
|
||||
- Print the configuration directory:
|
||||
|
||||
`lazygit --print-config-dir`
|
||||
Reference in New Issue
Block a user