Dejan/lazygit

Forked project is still being prepared for you. It may take a few minutes to duplicate backend data.

( forked from atim/lazygit )

Project ID: 170833

Description

⚠️ No longer maintained.

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 to step through each hunk and if a hunk can't be split down any further but contains code you don't want to stage, you have to edit an arcane patch file by hand? 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.

Installation Instructions

# dnf copr enable atim/lazygit # dnf install lazygit

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download Centos-stream 9 aarch64 (0)*, x86_64 (0)* Centos-stream 9 (0 downloads) EPEL 10 aarch64 (0)*, s390x (0)*, x86_64 (0)* EPEL 10 (0 downloads) EPEL 7 x86_64 (0)* EPEL 7 (0 downloads) EPEL 8 x86_64 (0)* EPEL 8 (0 downloads) EPEL 9 aarch64 (0)*, x86_64 (0)* EPEL 9 (0 downloads) Fedora 40 aarch64 (0)*, x86_64 (0)* Fedora 40 (0 downloads) Fedora 41 aarch64 (0)*, s390x (0)*, x86_64 (0)* Fedora 41 (0 downloads) Fedora 42 aarch64 (0)*, s390x (0)*, x86_64 (0)* Fedora 42 (0 downloads) Fedora rawhide aarch64 (0)*, s390x (0)*, x86_64 (0)* Fedora rawhide (0 downloads)

* Total number of downloaded packages.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/dejan/lazygit

If people wonder what happened to Fedora 41 RPMs - few releases ago lazygit changed the hard requirement on golang version. Unfortunately it is not available in the official Fedora repos even though the latest golang from rawhide builds without any issue on Fedora 41. So, I had to remove support for Fedora 41…