1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
simple terminal UI for git commands
Go to file
2019-11-10 16:18:25 +11:00
.circleci Upgrade to go v1.13 2019-10-26 21:53:22 -04:00
.github Update FUNDING.yml 2019-10-28 09:43:46 +11:00
docs Updated the config.md 2019-10-20 12:32:57 +11:00
pkg reset patch builder when we've escaped from the building phase and nothing has been added 2019-11-10 16:18:25 +11:00
scripts Swallow errors entirely, instead of assigning and ignoring them 2019-07-27 10:53:19 +10:00
test allow autostashing changes when checking out a branch 2019-03-16 12:51:48 +11:00
vendor go mod vendor 2019-11-05 19:22:01 +11:00
.gitignore Make merge panel its own panel 2018-12-11 22:02:12 +11:00
.goreleaser.yml auto-updates 2018-08-25 17:32:34 +10:00
CODE-OF-CONDUCT.md It appears that markdown files are better handeled by GitHub with extensions. 2018-08-07 14:38:58 +02:00
CONTRIBUTING.md Added entry to the contributing guide 2018-09-06 17:31:19 +02:00
Dockerfile Anchor image tag to specific version 2019-10-26 21:50:27 -04:00
go.mod bump gocui 2019-11-05 19:22:01 +11:00
go.sum fix module checksum mismatch 2019-11-05 19:22:01 +11:00
LICENSE Create LICENSE 2018-08-05 12:32:37 +10:00
main.go Main: Use --path instead of positional 2019-09-30 15:08:20 +02:00
README.md Update README.md 2019-11-10 10:17:35 +11:00
test.sh use vendor directory in test.sh 2019-09-15 21:16:19 +10:00

lazygit CircleCI codecov Go Report Card GolangCI GoDoc GitHub tag

A simple terminal UI for git commands, written in Go with the gocui library.

Rant time: You've heard it before, git is powerful, but what good is that power when everything is so damn hard to do? Interactive rebasing requires you to edit a goddamn TODO file in your editor? Are you kidding me? To stage part of a file you need to use a command line program stepping through each hunk and if a hunk can't be split down any further but contains code you don't want to stage, bad luck? Are you KIDDING me?! Sometimes you get asked to stash your changes when switching branches only to realise that after you switch and unstash that there weren't even any conflicts and it would have been fine to just checkout the branch directly? YOU HAVE GOT TO BE KIDDING ME!

If you're a mere mortal like me and you're tired of hearing how powerful git is when in your daily life it's a powerful pain in your ass, lazygit might be for you.

Gif

Github Sponsors is matching all donations dollar-for-dollar for 12 months so if you're feeling generous consider sponsoring me

Installation

Homebrew

brew install lazygit

Ubuntu

Packages for Ubuntu 16.04, 18.04 and 18.10 are available via Launchpad PPA.

Release builds

Built from git tags. Supposed to be more stable.

sudo add-apt-repository ppa:lazygit-team/release
sudo apt-get update
sudo apt-get install lazygit

Daily builds

Built from master branch once in 24 hours (or more sometimes).

sudo add-apt-repository ppa:lazygit-team/daily
sudo apt-get update
sudo apt-get install lazygit

Void Linux

Packages for Void Linux are available in the distro repo

They follow upstream latest releases

sudo xbps-install -S lazygit

Arch Linux

Packages for Arch Linux are available via AUR (Arch User Repository).

There are two packages. The stable one which is built with the latest release and the git version which builds from the most recent commit.

Instruction of how to install AUR content can be found here: https://wiki.archlinux.org/index.php/Arch_User_Repository

Conda

Released versions are available for different platforms, see https://anaconda.org/conda-forge/lazygit

conda install -c conda-forge lazygit

Binary Release (Windows/Linux/OSX)

You can download a binary release here.

Go

go get github.com/jesseduffield/lazygit

Please note: If you get an error claiming that lazygit cannot be found or is not defined, you may need to add ~/go/bin to your $PATH (MacOS/Linux), or %HOME%\go\bin (Windows). Not to be mistaked for C:\Go\bin (which is for Go's own binaries, not apps like Lazygit).

Usage

Call lazygit in your terminal inside a git repository. If you want, you can also add an alias for this with echo "alias lg='lazygit'" >> ~/.zshrc (or whichever rc file you're using).

  • Basic video tutorial here.
  • Rebase Magic tutorial here
  • List of keybindings here.

Cool features

  • Adding files easily
  • Resolving merge conflicts
  • Easily check out recent branches
  • Scroll through logs/diffs of branches/commits/stash
  • Quick pushing/pulling
  • Squash down and rename commits

Resolving merge conflicts

Gif

Interactive Rebasing

Interactive Rebasing

Contributing

We love your input! Please check out the contributing guide. For contributor discussion about things not better discussed here in the repo, join the slack channel

Slack

Donate

If you would like to support the development of lazygit, consider sponsoring me (github is matching all donations dollar-for-dollar for 12 months)

Work in progress

This is still a work in progress so there's still bugs to iron out and as this is my first project in Go the code could no doubt use an increase in quality, but I'll be improving on it whenever I find the time. If you have any feedback feel free to raise an issue/submit a PR.

Social

If you want to see what I (Jesse) am up to in terms of development, follow me on twitter or watch me program on twitch.

Alternatives

If you find that lazygit doesn't quite satisfy your requirements, these may be a better fit: