git remanme folder
git mv <old name> <new name>
git remanme folder
git mv <old name> <new name>
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
git rename
git remote rename <old-name> <new-name>
command to rename file in git
git mv file1.txt main.js
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us