summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnthony HAMON <anthony.hamon@iadvize.com>2018-08-06 07:42:41 +0200
committerAnthony HAMON <anthony.hamon@iadvize.com>2018-08-06 07:42:41 +0200
commit6b5c08d44907c96643bf2dde32f675cf7c4a5576 (patch)
tree22538a277cdaea35cafd23270f78dd2cf64faeee /README.md
parent4836e6c9060538b2394d3b8ad7f5140f7439dae7 (diff)
add goreportcard
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9fdddb0a4..07a07f139 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# lazygit
+# lazygit [![Go Report Card](https://goreportcard.com/badge/github.com/jesseduffield/lazygit)](https://goreportcard.com/report/github.com/jesseduffield/lazygit)
+
A simple terminal UI for git commands, written in Go with the [gocui](https://github.com/jroimartin/gocui "gocui") library.
are YOU tired of typing every git command directly into the terminal, but you're too stubborn to use Sourcetree because you'll never forgive Atlassian for making Jira? This is the app for you!
@@ -20,7 +21,7 @@ If you want, you can also add an alias for this with `echo "alias lg='lazygit'"
- Adding files easily
- Resolving merge conflicts
- Easily check out recent branches
-- Scroll through logs/diffs of branches/commits/stash
+- Scroll through logs/diffs of branches/commits/stash
- Quick pushing/pulling
- Squash down and rename commits