-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git obliterate


> Delete specific files and erase their history from a Git repository.

> Part of `git-extras`.

More information.


Erase the existence of specific files:

git obliterate {file_1 file_2 ...}

Erase the existence of specific files between 2 commits:

git obliterate {file_1 file_2 ...} -- {commit_hash_1}..{commit_hash_2}


> 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 03:05:20 2024