I would like to push some submodules (like vim bundles loaded through Vundle) as normal directories to my GitHub, since I am having difficulty getting the submodules one by one to my other machine. It will be much easier if I can push all bundles like normal directories
git add vim-workshop/bundle/Vundle.vim/*
I am getting following error when I run the above
fatal: Pathspec 'vim-workshop/bundle/Vundle.vim/autoload' is in submodule 'vim-workshop/bundle/Vundle.vim'
Is there an easy way to convert all submodules to normal directories. I tried removing .git in the submodule folder, that did not help