Skip to content

Commit

Permalink
Merge branch 'main' into improve-home-manager-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-1804 authored Dec 18, 2024
2 parents 94b9347 + 93cff8a commit f3da66b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pages/common/lazygit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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`

0 comments on commit f3da66b

Please sign in to comment.