Using Lazy Git
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 filesa
to state all filesc
to commitP
to pushp
to pull