mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
docs(Git & GitHub): added resource pre-text to git-filter branch (#6722)
This commit is contained in:
committed by
GitHub
parent
c9ed9271fe
commit
e10caeca44
@@ -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.
|
- 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.
|
- 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)
|
- [@official@git filter-branch](https://git-scm.com/docs/git-filter-branch)
|
Reference in New Issue
Block a user