Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Control Git Repositories - Lazygit Terminal UI | Online Free DevTools by Hexmos

Control Git repositories efficiently with Lazygit. Manage branches, commits, and merges directly from your terminal with this intuitive UI. Free online tool, no registration required.

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

See Also