Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to Rename or Move files in GIT

# Short answer:
git mv filename new_filename
or
git mv /path/to/file_location /path/to/new/file_location

# Note, if you manually move a file or rename it (w/o git mv) git may
# 	treat the moved/renamed file as a new file 
# Note, it's fairly popular to use the alias gm for git mv
Source by koukia.ca #
 
PREVIOUS NEXT
Tagged: #Rename #Move #files #GIT
ADD COMMENT
Topic
Name
7+6 =