I have a git repo, and currently I'm the only one using it. I want to take all the files and folders under the root folder, and put them inside a new folder.
Current structure:
main -> src res
New structure:
main -> app1 src res
Is there a way I can do that so that the files don't lose their git history?