GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIT-RENAME-FILE(1) Git Extras GIT-RENAME-FILE(1)

git-rename-file - Rename a file or directory and ensure Git recognizes the change, regardless of filesystem case-sensitivity.

git-rename-file [OPTIONS] <source> <destination>

The git-rename-file command renames a file or directory and ensures Git recognizes the change, regardless of filesystem case-sensitivity. It combines the functionality of the mv command and git mv. This is particularly useful for renaming files or directories to change only their case, which might not be detected by Git on case-insensitive filesystems.

-h, --help

Show usage information.

Rename a file:

git-rename-file old_filename new_filename
Rename a directory:
git-rename-file old_directory new_directory

Written by Zachary Miller <codebyzach@gmail.com>

<https://github.com/tj/git-extras/issues>

<https://github.com/tj/git-extras>

July 2024

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.