8 ms·
You can have multiple git repositories within each other so you could just `git init` in the directory you want private, add it to the parent repo's .gitignore
by mzahir 13y ago
You can have multiple git repositories within each other so you could just `git init` in the directory you want private, add it to the parent repo's .gitignore and point it to a different remote.