-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

git filter-repo


> A versatile tool for rewriting Git history.

> See also: `bfg`.

More information.


Replace a sensitive string in all files:

git filter-repo --replace-text <(echo '{find}==>{replacement}')

Extract a single folder, keeping history:

git-filter-repo --path {path/to/folder}

Remove a single folder, keeping history:

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/:}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:38:19 2024