KeepRemaindingMe
Read 1 posts from KeepRemaindingMe
Posts
Folder rename in Git
Git can’t detect directory name change. For example rename an existing folder to “Dashboard” from “DashBoard”. Even if we rename the folder name from the directory but git will still not detect the change. Here is the git command to make it work for rename For the above example it will not work since it’s…