github - git adding subdirectories under the main directory -


i have bunch of projects want put directory under main directory in git. sort of new git , coding, looked answer on google , couldn't find anything. possible aren't allowed add subdirectories git or missing fundamental?

you can create number of subdirectories in git repository (main directory).

when put projects in git repository, can type in git repository:

git add . git commit -m"comment projects" 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -