summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-06 18:35:54 +1000
committerGitHub <noreply@github.com>2018-08-06 18:35:54 +1000
commit0e0acc90e1d2bbd7cfdaca5184adc8f722027896 (patch)
treea9ac8e016a6d2edef3859743b046cff200de9fdb /README.md
parentf08ffef7f35fa3967dcf0a120722a80aaa871fd8 (diff)
parent6b5c08d44907c96643bf2dde32f675cf7c4a5576 (diff)
Merge pull request #29 from antham/master
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 61ede7d09..90791b1f9 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