-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git mv


> Move or rename files and update the Git index.

More information.


Move file inside the repo and add the movement to the next commit:

git mv {path/to/file} {new/path/to/file}

Rename file and add renaming to the next commit:

git mv {filename} {new_filename}

Overwrite the file in the target path if it exists:

git mv --force {file} {target}


> 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:24:33 2024