version control - Can i put many subfolder of git repo in other repo -


i have parent folder in repo of git.

but have many subfolders inside parent repo want have separate repo.

can in git

add subfolders in .gitignore of parent git repo, ignored.

and git init create new git repository in each subfolder need separate one.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -