Skip to content

Instantly share code, notes, and snippets.

@nmeylan
Created February 19, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmeylan/b2ac53ee4fb2ed9c4b22 to your computer and use it in GitHub Desktop.
Save nmeylan/b2ac53ee4fb2ed9c4b22 to your computer and use it in GitHub Desktop.
Keep vim bundle in git repository
git submodule init
git submodule add git://github.com/tpope/vim-fugitive.git bundle/vim-fugitive
git commit -m 'Added vim-fugitive'
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment