I
I
ischmiedel2014-11-09 13:28:07
vim
ischmiedel, 2014-11-09 13:28:07

How to add nested git repositories?

Hello.
Recently I wanted to start a dotfiles repository to store vim settings. I use Vundle to manage plugins. Most plugins are installed from GitHub and are git repositories, just like Vundle itself. I moved everything to the dotfiles folder and created the repository there in the usual way:

git init
git remote add origin ...
git add .
git commit -m 'Initial commit'
git push origin master

And I found that the plugins were not committed. Is there a way to add them?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Askhat Bikmetov, 2014-11-09
@ischmiedel

git add -A .
Why add plugins to dotfiles repo?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question