0
votes

Calling all git wizards.
I have a local git instance with commits, branches, tags, merges all the good things.
Now I was given a git repository and all my code shall move into a directory, that exists inside that repository, so that leads to my question.
Can I move a git instance to a directory, that is tracked inside another instance, and push everything as if I had always done the development inside that directory?
Maybe I can do something like a submodule, but it is not supposed to remain a submodule.
In case it is important: the git repository is on gitlab.

What is a "git instance"? - matt