Created
January 7, 2013 16:15
-
-
Save raimon49/4476171 to your computer and use it in GitHub Desktop.
submoduleを掃除した時のメモ
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
# diff: https://github.com/raimon49/dotfiles/commit/db8b6eabff74c81d7548c68cbfdd4aafe6a62af3 | |
$ git rm --cached .vim/neobundle.vim.git | |
$ git add .gitignore .gitmodules .vimrc install_cui.sh | |
$ git commit | |
$ cd ~ | |
$ find . -maxdepth 1 -type l -print | xargs rm | |
$ find local/bin -maxdepth 1 -type l -print | xargs rm | |
$ cd ~/works/git | |
$ mv dotfiles old-dotfiles | |
# re-clone my dotfiles repository |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment