-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git revert


> Create new commits which reverse the effect of earlier ones.

More information.


Revert the most recent commit:

git revert {HEAD}

Revert the 5th last commit:

git revert HEAD~{4}

Revert multiple commits:

git revert {branch_name~5..branch_name~2}

Don't create new commits, just change the working tree:

git revert -n {0c01a9..9a1743}


> 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 00:42:16 2024