From f581dc4a560d4bd3393aa32f06d66c47b79476d7 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 22 Jul 2023 15:31:03 +1000 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2a355aa08..9b01dc91f 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@

+
-![CI](https://github.com/jesseduffield/lazygit/workflows/Continuous%20Integration/badge.svg) -[![Go Report Card](https://goreportcard.com/badge/github.com/jesseduffield/lazygit)](https://goreportcard.com/report/github.com/jesseduffield/lazygit) -[![GolangCI](https://golangci.com/badges/github.com/jesseduffield/lazygit.svg)](https://golangci.com) -[![GitHub Releases](https://img.shields.io/github/downloads/jesseduffield/lazygit/total)](https://github.com/jesseduffield/lazygit/releases) -[![GitHub tag](https://img.shields.io/github/tag/jesseduffield/lazygit.svg)](https://github.com/jesseduffield/lazygit/releases/latest) -[![homebrew](https://img.shields.io/homebrew/v/lazygit)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/lazygit.rb) +A simple terminal UI for git commands +
-A simple terminal UI for git commands, written in Go with the [gocui](https://github.com/jroimartin/gocui "gocui") library. +[![GitHub Releases](https://img.shields.io/github/downloads/jesseduffield/lazygit/total)](https://github.com/jesseduffield/lazygit/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/jesseduffield/lazygit)](https://goreportcard.com/report/github.com/jesseduffield/lazygit) [![GolangCI](https://golangci.com/badges/github.com/jesseduffield/lazygit.svg)](https://golangci.com) [![GitHub tag](https://img.shields.io/github/tag/jesseduffield/lazygit.svg)](https://github.com/jesseduffield/lazygit/releases/latest) [![homebrew](https://img.shields.io/homebrew/v/lazygit)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/lazygit.rb) ![Gif](../assets/staging.gif) +
+ + ## Sponsors @@ -277,16 +277,18 @@ See the [docs](docs/Custom_Command_Keybindings.md) - [Video Tutorial](https://youtu.be/VDXvbHZYeKY) - [Rebase Magic Video Tutorial](https://youtu.be/4XaToVut_hs) -- [Twitch Stream](https://www.twitch.tv/jesseduffield) ## 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 reword commits +- Add files easily +- Resolve merge conflicts +- Fuzzy searching +- Git bisect +- Amend old commits +- Slice, dice, squash, and rearrange commits +- Submodules support +- diff branches easily +- Cherry-pick commits like it's copy+paste ### Resolving merge conflicts