Skip to content

Commit 1366a0c

Browse files
committed
Reword docs following @soenkeliebau's comments
#1003 (comment)
1 parent 7020369 commit 1366a0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ Many products apply Stackable-specific patches, managed by [Patchable](rust/patc
6161

6262
Patchable doesn't _edit_ anything by itself. Instead, it's a uniform way to apply a set of patches
6363
to an upstream Git repository, and then export your local changes back into patch files.
64-
You can then edit the branch created by patchable using any Git frontend, such as the git CLI or
65-
[jj](https://jj-vcs.github.io/jj/latest/).
64+
65+
It doesn't care about how you make your local changes - you can then edit the branch created by
66+
patchable using any Git frontend, such as the git CLI or [jj](https://jj-vcs.github.io/jj/latest/).
6667

6768
This way, the patch files are the global source of truth and track the history of our patch series,
6869
while you can still use the same familiar Git tools to manipulate them.

0 commit comments

Comments
 (0)