In the Master Branch of my repository, I have a number of different files and folders. I would like to move them ALL into a folder called "Test Scripts" in the same branch.
I'm new to GitLab and have been trying to seek online resources to help me & I came across this post, however, from my understanding, using the mv old/path new /path
command requires you to specify the directory of each individual file. This will take a long time as I have too many files/folders. If there's a way to have all the current files and folders moved at once, that would make things a lot easier. Thanks in advance.