Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer: better warnings for submodules that have been deleted #64

Closed
skwp opened this issue Mar 27, 2012 · 3 comments
Closed

Installer: better warnings for submodules that have been deleted #64

skwp opened this issue Mar 27, 2012 · 3 comments
Assignees

Comments

@skwp
Copy link
Owner

skwp commented Mar 27, 2012

Here's an example from someone who had a bunch of local bundles that were not supposed to be part of yadr any more. We removed them from submodules but the dirs still hang around. The installer script should warn in this case and provide a command for user to run ("git clean -df" should probably do it)

~yadr master ✗ ➤ git status
# On branch master
# Your branch is ahead of 'origin/master' by 54 commits.
#
# Untracked files:
#   vim/bundle/garbas-vim-showmarks/
#   vim/bundle/joestelmach-javaScriptLint/
#   vim/bundle/kien-tabman/
#   vim/bundle/mikefarmer-snipmate/
#   vim/bundle/rson-vim-conque/
#   vim/bundle/skwp-vim-rspec/
#   vim/bundle/vim-scripts-taglist/
#   vim/snippets/
#   vim/vim
nothing added to commit but untracked files present

See also #63

@ghost ghost assigned kylewest Apr 5, 2012
@kylewest
Copy link
Collaborator

git clean doesn't work for me. does it work for you?

@skwp
Copy link
Owner Author

skwp commented Apr 11, 2012

yeah i think something is up with cleaning and submodules :/ i didn't have time to look into it yet

@taybin
Copy link
Contributor

taybin commented Apr 20, 2012

I use git clean -fxd

@skwp skwp closed this as completed Sep 27, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants