Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created January 31, 2012 03:51
Show Gist options
  • Save kaihendry/1708656 to your computer and use it in GitHub Desktop.
Save kaihendry/1708656 to your computer and use it in GitHub Desktop.
git submodule
localhost:~$ git submodule update
No submodule mapping found in .gitmodules for path '.vim/bundle/vim-html5'
localhost:~$ cat .gitmodules
[submodule "/home/hendry/.vim/bundle/vim-html5"]
path = /home/hendry/.vim/bundle/vim-html5
url = git@github.com:kaihendry/vim-html5.git
localhost:~$ git submodule init
No submodule mapping found in .gitmodules for path '.vim/bundle/vim-html5'
localhost:~$ ls .vim/bundle/vim-html5
localhost:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment