-
-
Save vladimiroff/1536438 to your computer and use it in GitHub Desktop.
Handy shell script for keeping my bundles in vim up-to date
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd $HOME/.vim/ | |
git submodule sync | |
git submodule foreach --recursive "git checkout master; git pull origin master; echo" |
Nice. Жалко, че май не можеш да пускаш pull request-и на gist-ове :).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Защото не знаех, за тази опция на git submodule :)
Така ще е далеч по-чисто.
Благодаря ти и за много години :)
Update: Идеално. Сега с --recursive "рови" и по-надълбоко.
Полезно ми е за vim-pyflakes, който взема pyflakes от неговото си репо, точно като събмодул.