We have a production git server which holds bare repositories for our projects (not working directories).
We want to import the projects from this git server to our new gitlab server.
Does git clone to “fff” folder and push it from “fff” to gitlab is enough?
I have noticed that git working directory in “fff” folder(cloned) is missing some items than git working directory in the git production server.
