From e10caeca44a83cc6cc625204bb390b09119a78db Mon Sep 17 00:00:00 2001 From: Stavros Siamantas Date: Wed, 21 Aug 2024 16:33:32 +0300 Subject: [PATCH] docs(Git & GitHub): added resource pre-text to git-filter branch (#6722) --- .../content/git-filter-branch@BKVA6Q7DXemAYjyQOA0nh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/roadmaps/git-github/content/git-filter-branch@BKVA6Q7DXemAYjyQOA0nh.md b/src/data/roadmaps/git-github/content/git-filter-branch@BKVA6Q7DXemAYjyQOA0nh.md index d061f1a98..eca6f0310 100644 --- a/src/data/roadmaps/git-github/content/git-filter-branch@BKVA6Q7DXemAYjyQOA0nh.md +++ b/src/data/roadmaps/git-github/content/git-filter-branch@BKVA6Q7DXemAYjyQOA0nh.md @@ -6,4 +6,6 @@ You can use `git filter-branch` to rewrite Git revision history by applying cust - Preserving original data: The command preserves all original commit times, merge information, and other details unless specified otherwise. - Rewriting specific branches: Only the positive refs mentioned in the command line are rewritten; if no filters are specified, commits are recommitted without changes. +Visit the following resources to learn more: + - [@official@git filter-branch](https://git-scm.com/docs/git-filter-branch) \ No newline at end of file