Git Renaming

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Syntax

  • git mv <source> <destination>
  • git mv -f <source> <destination>

Parameters

ParameterDetails
-f or --forceForce renaming or moving of a file even if the target exists


Got any Git Question?