Skip to content

Commit f581dc4

Browse files
Update README.md
1 parent 693e9fc commit f581dc4

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<img width="536" src="https://user-images.githubusercontent.com/8456633/174470852-339b5011-5800-4bb9-a628-ff230aa8cd4e.png">
33
</p>
44

5+
<div align="center">
56

6-
![CI](https://github.com/jesseduffield/lazygit/workflows/Continuous%20Integration/badge.svg)
7-
[![Go Report Card](https://goreportcard.com/badge/github.com/jesseduffield/lazygit)](https://goreportcard.com/report/github.com/jesseduffield/lazygit)
8-
[![GolangCI](https://golangci.com/badges/github.com/jesseduffield/lazygit.svg)](https://golangci.com)
9-
[![GitHub Releases](https://img.shields.io/github/downloads/jesseduffield/lazygit/total)](https://github.com/jesseduffield/lazygit/releases)
10-
[![GitHub tag](https://img.shields.io/github/tag/jesseduffield/lazygit.svg)](https://github.com/jesseduffield/lazygit/releases/latest)
11-
[![homebrew](https://img.shields.io/homebrew/v/lazygit)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/lazygit.rb)
7+
A simple terminal UI for git commands
8+
<br/>
129

13-
A simple terminal UI for git commands, written in Go with the [gocui](https://github.com/jroimartin/gocui "gocui") library.
10+
[![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)
1411

1512
![Gif](../assets/staging.gif)
13+
</div>
14+
15+
1616

1717
## Sponsors
1818

@@ -277,16 +277,18 @@ See the [docs](docs/Custom_Command_Keybindings.md)
277277

278278
- [Video Tutorial](https://youtu.be/VDXvbHZYeKY)
279279
- [Rebase Magic Video Tutorial](https://youtu.be/4XaToVut_hs)
280-
- [Twitch Stream](https://www.twitch.tv/jesseduffield)
281280

282281
## Cool features
283282

284-
- Adding files easily
285-
- Resolving merge conflicts
286-
- Easily check out recent branches
287-
- Scroll through logs/diffs of branches/commits/stash
288-
- Quick pushing/pulling
289-
- Squash down and reword commits
283+
- Add files easily
284+
- Resolve merge conflicts
285+
- Fuzzy searching
286+
- Git bisect
287+
- Amend old commits
288+
- Slice, dice, squash, and rearrange commits
289+
- Submodules support
290+
- diff branches easily
291+
- Cherry-pick commits like it's copy+paste
290292

291293
### Resolving merge conflicts
292294

0 commit comments

Comments
 (0)