From 93cff8a846fcb21640b7ea9f28da7e2b9156848b Mon Sep 17 00:00:00 2001 From: Abhishek <50703483+Abhishek-1804@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:32:39 -0700 Subject: [PATCH] lazygit: add page (#15192) Co-authored-by: Wiktor Perskawiec --- pages/common/lazygit.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/lazygit.md diff --git a/pages/common/lazygit.md b/pages/common/lazygit.md new file mode 100644 index 0000000000..19aa47ee2d --- /dev/null +++ b/pages/common/lazygit.md @@ -0,0 +1,32 @@ +# lazygit + +> A simple terminal UI for Git commands, providing an intuitive interface for managing repositories. +> More information: . + +- 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`