github - Clone git repo inside another repo (and don't treat the cloned one as a submodule) -


in previous project able clone third party git repo project repo. added cloned repo , committed changes project repo. way able keep cloned repo date via git pull in cloned repo folder, , able modify files in , commit them own project repo.

i have tried replicate in new project , facing strange issue. follow same steps (in case cloned repo project of mine) when add cloned repo files own repo, main repo recognizes cloned 1 submodule (though no .gitmodules file generated).

i compared git related files , found no difference between previous project , current one. cloned same third party repo used in previous project (https://github.com/wymsee/cordova-http.git) , able modify/add files , commit them own repo. can't see difference between third party repo clone , own project can't understand why latter treated submodule first isn't. ideas?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -