You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two changes which might warrant explanation:
1. 'misguided thoughts' is the title of Sean Gillespie's
blog, but its lowercase spelling gives opportunity for the
sentence to be misunderstood as editorial
commentary (unlikely, granted, but gives the reader
unnecessary pause); another option I considered was adding
quotes or linkification, but saying just "on his blog" seems
perfectly sufficient and clear.
2. Add quotes around a part of the git-tools description to
indicate that "help you make crazy stuff in a very unsafe
way" is a direct quote of the tool author's description.
Otherwise I feel that this, too, will give the reader pause,
as it provides almost no information, in contrast with what
we usually try to achieve with descriptions.
an application for managing Git commits as a stack of patches,
527
527
first mentioned in [Git Rev News Edition #17](https://git.github.io/rev_news/2016/07/20/edition-17/).
528
528
+ Compare [B4 Tools](https://github.com/mricon/b4), a helper utility
529
529
to work with patches made available via a [public-inbox](https://public-inbox.org/README.html) archive like [lore.kernel.org](https://lore.kernel.org/).
530
-
This tool is written to make it easier to participate in a patch-based workflows,
530
+
This tool is written to make it easier to participate in patch-based workflows,
531
531
like those used in the Linux kernel development.
532
532
First mentioned in [Git Rev News Edition #61](https://git.github.io/rev_news/2020/03/25/edition-61/).
533
533
+[patch-hub](https://github.com/kworkflow/patch-hub/tree/unstable) is a TUI tool
@@ -567,7 +567,7 @@ __Git tools and sites__
567
567
The [Introducing git-revise](https://mystor.github.io/git-revise.html)
568
568
blog post was mentioned in [Git Rev News Edition #54](https://git.github.io/rev_news/2019/08/21/edition-54/).
569
569
+[git-tools](https://github.com/cfe84/git-tools) is a set of additional Git commands
570
-
to help you make crazy stuff in a very unsafe way.
570
+
to "help you make crazy stuff in a very unsafe way".
571
571
Includes `git backup`, `git move-branch`, `git reparent` (similar to `git rebase --onto`),
572
572
`git split`, `git bookmark`, `git newbranch`, and `git get`.
0 commit comments