mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
git-filter-repo : all commands use the same command "git filter-repo" instead of sometimes "git-filter-repo" (#9841)
This commit is contained in:
parent
4e6e06483e
commit
5147889fe8
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@
|
|||
|
||||
- Extract a single folder, keeping history:
|
||||
|
||||
`git-filter-repo --path {{path/to/folder}}`
|
||||
`git filter-repo --path {{path/to/folder}}`
|
||||
|
||||
- Remove a single folder, keeping history:
|
||||
|
||||
`git-filter-repo --path {{path/to/folder}} --invert-paths`
|
||||
`git filter-repo --path {{path/to/folder}} --invert-paths`
|
||||
|
||||
- Move everything from sub-folder one level up:
|
||||
|
||||
`git-filter-repo --path-rename {{path/to/folder/:}}`
|
||||
`git filter-repo --path-rename {{path/to/folder/:}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue