Skip to content

Commit 8ba3566

Browse files
committed
filter-repo (README): link cheat sheets from usage section too
Signed-off-by: Elijah Newren <[email protected]>
1 parent cdb7b77 commit 8ba3566

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,18 @@ cases. The more involved instructions are needed if you
5858

5959
See the [user
6060
manual](https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html).
61-
If you prefer learning from examples, the [simple
62-
example](#simple-example-with-comparisons) below may be of interest,
63-
and the user manual has an extensive [examples
64-
section](https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html#EXAMPLES).
61+
62+
If you prefer learning from examples:
63+
* the [simple example](#simple-example-with-comparisons) below may
64+
be of interest
65+
* the user manual has an extensive [examples
66+
section](https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html#EXAMPLES)
67+
* there is a [cheat sheet for converting filter-branch
68+
commands](Documentation/converting-from-filter-branch.md#cheat-sheet-conversion-of-examples-from-the-filter-branch-manpage),
69+
which covers every example from the filter-branch manual
70+
* there is a [cheat sheet for converting BFG Repo Cleaner
71+
commands](Documentation/converting-from-bfg-repo-cleaner.md#cheat-sheet-conversion-of-examples-from-bfg),
72+
which covers every example from the BFG website
6573

6674
# Why filter-repo instead of other alternatives?
6775

0 commit comments

Comments
 (0)