summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJ. B. Rainsberger <me@jbrains.ca>2020-03-18 10:01:01 -0300
committerJesse Duffield <jessedduffield@gmail.com>2020-03-25 09:18:25 +1100
commitd50283f5eefbce3c0046a42fec6f8cd382777825 (patch)
treed5dc7a30891c5ee3b2c216b910f018f3f2399550 /README.md
parent6508d3b8728fa9c530c39a3145810c3b732c5b1c (diff)
improved spelling
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 03fd09280..f2f3e791a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A simple terminal UI for git commands, written in Go with the [gocui](https://github.com/jroimartin/gocui 'gocui') library.
-Rant time: You've heard it before, git is _powerful_, but what good is that power when everything is so damn hard to do? Interactive rebasing requires you to edit a goddamn TODO file in your editor? *Are you kidding me?* To stage part of a file you need to use a command line program stepping through each hunk and if a hunk can't be split down any further but contains code you don't want to stage, you have to edit a patch file _by hand_ (**what year is this?!**) that's easier to break than your yearly resolution to practice test-driven development? *Are you KIDDING me?!* Sometimes you get asked to stash your changes when switching branches only to realise that after you switch and unstash that there weren't even any conflicts and it would have been fine to just checkout the branch directly? *YOU HAVE GOT TO BE KIDDING ME!*
+Rant time: You've heard it before, git is _powerful_, but what good is that power when everything is so damn hard to do? Interactive rebasing requires you to edit a goddamn TODO file in your editor? *Are you kidding me?* To stage part of a file you need to use a command line program stepping through each hunk and if a hunk can't be split down any further but contains code you don't want to stage, you have to edit a patch file _by hand_ (**what year is this?!**) that's easier to break than your yearly resolution to practise test-driven development? *Are you KIDDING me?!* Sometimes you get asked to stash your changes when switching branches only to realise that after you switch and unstash that there weren't even any conflicts and it would have been fine to just checkout the branch directly? *YOU HAVE GOT TO BE KIDDING ME!*
If you're a mere mortal like me and you're tired of hearing how powerful git is when in your daily life it's a powerful pain in your ass, lazygit might be for you.