-
I mean I can use next to keep 1 folder and its history:
But, if I want to keep two folders, how I can manage that? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
newren
Aug 20, 2024
Replies: 1 comment
-
Use two --path arguments: just as covered by the very first example in the manual. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
atline
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use two --path arguments:
git filter-repo --path order1/ --path order2/
just as covered by the very first example in the manual.