I have a local directory containing files with multiple git files within. example
Project/folder1/.git
Project/folder2/.git
and so on
Is there a way of merging these .git files into one and pushing to git and having the commit history intact?
I have a local directory containing files with multiple git files within. example
Project/folder1/.git
Project/folder2/.git
and so on
Is there a way of merging these .git files into one and pushing to git and having the commit history intact?