summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJ. B. Rainsberger <me@jbrains.ca>2020-03-18 09:59:24 -0300
committerJesse Duffield <jessedduffield@gmail.com>2020-03-25 09:18:25 +1100
commit6508d3b8728fa9c530c39a3145810c3b732c5b1c (patch)
treec8296779b5492f6be398ac586c75567fd1322178 /README.md
parent65b8cef1b80eba7f623b559fc6c94149073a206b (diff)
inject more humor into the README
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 65e128106..03fd09280 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 diff in a way that almost nobody gets right the first time? *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 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!*
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.