We have an main application(say main) which creates several sub applications.Currently we have decided to move one sub application (say man_ex)out of the main app folder.We are able to run the man_ex application by creating a new folder in the same branch (say newmanapp) and moving the required files into it.
However some of the required files are a part of the main application.hence we cannot move them to the man_ex folder.We can only copy them.The problem with copy is that we are not able to see the history of these files in VSTS.Although git log --follow lets me see the log in command prompt but we need to see the history in VSTS as it is.
Note: I am able to see the history by doing MV command but then the files would be deleted in the source folder.I need a copy with history kind of thing.
I have tried few solutions like below but doesn't work for me. GIT copy file preserving history