less than 1 minute read

Lazy git is terminal based git GUI. It is a simple terminal UI for git commands, written in Go with the gocui library. It is a simple terminal UI for git commands, written in Go with the gocui library.

Installation

brew install lazygit

Check installation complete:

lazygit --version

Basic usage

Open lazygit interface by:

lazygit

All hotkeys are listed at the ?

Some basic commands:

  • space to stage/unstage files
  • a to state all files
  • c to commit
  • P to push
  • p to pull

Tags:

Updated: