Skip to content

Conversation

kyhiden
Copy link

@kyhiden kyhiden commented Mar 5, 2015

I used this buildpack in some applications on git.
I think it to be applicable to the applications of much git by becoming able to use a submodule.

(after git clone)

git submodule sync --recursive
git submodule update --init --recursive

There is also a need to change the following in order to delete multiple ".git".

find $BUILD_DIR -name ".git" -exec rm -rf {} \;

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

Successfully merging this pull request may close these issues.

1 participant