Hacker News new | ask | show | jobs
by mgrouchy 5263 days ago
I know what vundle is.

Pretty sure we can't be looking at the same repo, because as far as I can tell, these are git submodules https://img.skitch.com/20120120-jx8g6cpj8amdagh6dtfbyjtjbp.j... (screenshot)

Re: Keeping up to date

    git submodule foreach git pull origin master --recurse-submodules
1 comments

yep, they are proper git submodules, and this way you can specifically control which of them you want to update, and when.