Skip to content

Instantly share code, notes, and snippets.

@raimon49
Created January 7, 2013 16:15
Show Gist options
  • Save raimon49/4476171 to your computer and use it in GitHub Desktop.
Save raimon49/4476171 to your computer and use it in GitHub Desktop.
submoduleを掃除した時のメモ
# 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