Created
May 11, 2011 23:49
-
-
Save pivotalcommon/967651 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
diamond:~ pivotal$ git clone https://github.com/pivotal/vim-config.git ~/.vim | |
Cloning into /Users/pivotal/.vim... | |
remote: Counting objects: 156, done. | |
remote: Compressing objects: 100% (116/116), done. | |
remote: Total 156 (delta 26), reused 138 (delta 19) | |
Receiving objects: 100% (156/156), 188.31 KiB, done. | |
Resolving deltas: 100% (26/26), done. | |
diamond:~ pivotal$ cd ~/.vim | |
diamond:.vim pivotal$ git submodule init | |
Submodule 'bundle/ack.vim' (https://github.com/mileszs/ack.vim.git) registered for path 'bundle/ack.vim' | |
Submodule 'bundle/command-t' (git://git.wincent.com/command-t.git) registered for path 'bundle/command-t' | |
Submodule 'bundle/molokai' (git://github.com/vim-scripts/molokai.git) registered for path 'bundle/molokai' | |
Submodule 'bundle/nerdcommenter' (git://github.com/scrooloose/nerdcommenter.git) registered for path 'bundle/nerdcommenter' | |
Submodule 'bundle/nerdtree' (git://github.com/scrooloose/nerdtree.git) registered for path 'bundle/nerdtree' | |
No submodule mapping found in .gitmodules for path 'bundle/vim-colors-solarized' | |
diamond:.vim pivotal$ rm -rf bundle/vim-colors-solarized/ | |
diamond:.vim pivotal$ gitx #here I made a commit to the local repo where I removed the solarized directory | |
diamond:.vim pivotal$ git submodule init | |
Submodule 'bundle/vim-cucumber' (git://github.com/tpope/vim-cucumber.git) registered for path 'bundle/vim-cucumber' | |
Submodule 'bundle/vim-endwise' (git://github.com/tpope/vim-endwise.git) registered for path 'bundle/vim-endwise' | |
No submodule mapping found in .gitmodules for path 'bundle/vim-fugitive' | |
diamond:.vim pivotal$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment