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

Cleanup dependent package if in root of repo #4

Open
mmcc007 opened this issue Jan 20, 2019 · 0 comments
Open

Cleanup dependent package if in root of repo #4

mmcc007 opened this issue Jan 20, 2019 · 0 comments

Comments

@mmcc007
Copy link
Owner

mmcc007 commented Jan 20, 2019

If a dependent package is found in the root of a repo during cloning, the '.git' directory should be removed in this package from the resulting cloned standalone app (otherwise it looks like a git submodule in the cloned standalone app).

Also, and not as important, since this parent package is a parent of the app being cloned (by definition), the sub-directory leading to the parent package should be deleted in the parent package in the resulting cloned standalone app.

Workaround is just to delete the .git directory and the related sub-directory manually from the related package in the resulting cloned standalone app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant