Answers for "git unable to track file rename"

0

git unable to track file rename

git rm --cached old_name
git add new_name
Posted by: Guest on June-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language