From 8ba35661194f54c0f11c367409eaee8452307a4b Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Fri, 29 May 2020 08:01:43 -0700 Subject: [PATCH] filter-repo (README): link cheat sheets from usage section too Signed-off-by: Elijah Newren --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31bc7a1..754a0e2 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,18 @@ cases. The more involved instructions are needed if you See the [user manual](https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html). -If you prefer learning from examples, the [simple -example](#simple-example-with-comparisons) below may be of interest, -and the user manual has an extensive [examples -section](https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html#EXAMPLES). + +If you prefer learning from examples: + * the [simple example](#simple-example-with-comparisons) below may + be of interest + * the user manual has an extensive [examples +section](https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html#EXAMPLES) + * there is a [cheat sheet for converting filter-branch + commands](Documentation/converting-from-filter-branch.md#cheat-sheet-conversion-of-examples-from-the-filter-branch-manpage), + which covers every example from the filter-branch manual + * there is a [cheat sheet for converting BFG Repo Cleaner + commands](Documentation/converting-from-bfg-repo-cleaner.md#cheat-sheet-conversion-of-examples-from-bfg), + which covers every example from the BFG website # Why filter-repo instead of other alternatives?