Hello I blew my MacOSX PC away and started fresh.
I did a git init on my laptop's vim directory and installed all the appropriate plugins/bundle using pathogen.
Now my issue is, when I git add -A every under .vim and then committed everything and pushed it to github.
My problem is NOT everything under .vim/ directory got commit and pushed up into github. In particular the stuff under the bundle/ directory (which are the most important things).
The directory themselves under bundle are push to github but they are all empty.
How can I add all of them into github without having to go and resort to doing it one by one in each folder? (some of these are already under source control from their original authors).
Is there a better way to do this?
I move around machines a lot sometimes, so it would be handy to know.
Thanks.
submodules. you may look at this screencast – vappolinario Nov 10 '15 at 14:08gitignorefile maybe? In any case, not really a Vim question... We have one such question for general tips & hints on using git with vim init files, if you're having troubles with git, you should ask this on Stack Overflow. I've closed this question rather than migrating it to SO, as it doesn't contain enough information to give a meaningful answer (and would likely be closed on SO). Add some information like the directory structure, output ofgit status, etc. and I can migrate it. – Martin Tournoij Nov 10 '15 at 14:14