|
2 | 2 | <img width="536" src="https://user-images.githubusercontent.com/8456633/174470852-339b5011-5800-4bb9-a628-ff230aa8cd4e.png"> |
3 | 3 | </p> |
4 | 4 |
|
| 5 | +<div align="center"> |
5 | 6 |
|
6 | | - |
7 | | -[](https://goreportcard.com/report/github.com/jesseduffield/lazygit) |
8 | | -[](https://golangci.com) |
9 | | -[](https://github.com/jesseduffield/lazygit/releases) |
10 | | -[](https://github.com/jesseduffield/lazygit/releases/latest) |
11 | | -[](https://github.com/Homebrew/homebrew-core/blob/master/Formula/lazygit.rb) |
| 7 | +A simple terminal UI for git commands |
| 8 | +<br/> |
12 | 9 |
|
13 | | -A simple terminal UI for git commands, written in Go with the [gocui](https://github.com/jroimartin/gocui "gocui") library. |
| 10 | +[](https://github.com/jesseduffield/lazygit/releases) [](https://goreportcard.com/report/github.com/jesseduffield/lazygit) [](https://golangci.com) [](https://github.com/jesseduffield/lazygit/releases/latest) [](https://github.com/Homebrew/homebrew-core/blob/master/Formula/lazygit.rb) |
14 | 11 |
|
15 | 12 |  |
| 13 | +</div> |
| 14 | + |
| 15 | + |
16 | 16 |
|
17 | 17 | ## Sponsors |
18 | 18 |
|
@@ -277,16 +277,18 @@ See the [docs](docs/Custom_Command_Keybindings.md) |
277 | 277 |
|
278 | 278 | - [Video Tutorial](https://youtu.be/VDXvbHZYeKY) |
279 | 279 | - [Rebase Magic Video Tutorial](https://youtu.be/4XaToVut_hs) |
280 | | -- [Twitch Stream](https://www.twitch.tv/jesseduffield) |
281 | 280 |
|
282 | 281 | ## Cool features |
283 | 282 |
|
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 |
290 | 292 |
|
291 | 293 | ### Resolving merge conflicts |
292 | 294 |
|
|
0 commit comments