Explorar o código

Added notes to README to explain more submodule use.

cinaeco %!s(int64=14) %!d(string=hai) anos
pai
achega
4ef1cfc699
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      README

+ 11 - 0
README

@@ -17,6 +17,17 @@ git submodule init
 git submodule update
 
 
+
 # Add more vim plugins from this dotFiles directory, like so:
 #
 # git submodule add git://github.com/tpope/vim-pathogen.git vim/bundle/pathogen
+
+
+
+# Apart from updating plugins individually, you can update all submodules in one shot
+#
+# git submodule foreach git pull origin master
+
+
+
+# A lot of this extra knowledge courtesy of vimcasts.org!