I see a lot of literature on Git server migration @ How to migrate GIT repository from one server to a new one but isn't the easiest option to just copy over the file system to a new server
I assume nothing would break except for the git clients where they would have to change the .git/config remote url which isn't an issue in my case since the end url is the same. It is just the back-end server that has changed.
Are there any other issue with doing a file system copy for Git for Windows migration ?