summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-06-10 12:49:12 +1000
committerGitHub <noreply@github.com>2018-06-10 12:49:12 +1000
commitb2e0bb49fb23b117c535f3676d6cd2b97d77fae9 (patch)
tree58f7490061d4ab3dc3a60ba5364efbadd1f0bba8 /README.md
parent36df4c825fc7619c70b101a417163c74c64c9944 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 25 insertions, 3 deletions
diff --git a/README.md b/README.md
index f62dfc504..3109cebe6 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,30 @@
# lazygit
-simple terminal UI for git commands
+A simple terminal UI for git commands, written in Go with the [gocui](https://www.google.com "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!
-## Adding Files Easily
![Gif](https://image.ibb.co/mmeXho/optimisedgif.gif)
-## Merging
+## Installation
+`go get github.com/jesseduffield/lazygit`
+
+then just call `lazygit` in your terminal inside a git repository
+
+You can add an alias for this with `echo "alias lg='lazygit' > ~/.zshrc` (or whichever rc file you're using)
+
+## Usage
+All commands are listed at the bottom of the application
+
+## 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 rename commits
+
+### Resolving merge conflicts
![Gif](https://image.ibb.co/iyxUTT/shortermerging.gif)
+
+## Work in progress
+This is still a work in progress so there's still bugs to iron out and as this is my first project in Go the code could no doubt use an increase in quality, but I'll be improving on it whenever I find the time. If you have any feedback feel free to raise an issue/submit a PR.