Skip to content

Commit 144428c

Browse files
committed
📝 Add installation of git-filter-repo
1 parent 13518ee commit 144428c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/productive/git/best-practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,5 +347,5 @@ following in the :file:`.pre-commit-config.yaml` file:
347347
class MyClass:
348348
client_secret = "Srtub6pZcTSET9V4vUpUg7xPi64sh3NV" #gitleaks:allow
349349
350-
With :ref:`git-filter-repo <git-filter-repo>` you can remove unwanted files from
351-
your Git history.
350+
With :ref:`git-filter-repo <git-filter-repo:>` you can remove unwanted files
351+
from your Git history.

docs/productive/git/undo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ necessary if, for example, you have accidentally added passwords or a very large
289289
file to the repository.
290290

291291
To do this, you need to install `git-filter-repo
292-
<https://github.com/newren/git-filter-repo>`_, for example with ``uv add
292+
<https://github.com/newren/git-filter-repo>`__, for example with ``uv add
293293
git-filter-repo``. Then you can delete your file, for example with
294294
:samp:`{PATH/SOMEFILE}`:
295295

0 commit comments

Comments
 (0)