Skip to content

Noob question: How do I clone the materialize branch? #86

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

Open
antilect opened this issue Sep 26, 2015 · 4 comments
Open

Noob question: How do I clone the materialize branch? #86

antilect opened this issue Sep 26, 2015 · 4 comments

Comments

@antilect
Copy link

Hi.
I wanna clone the materialize branch of this repo, but following the instructions, I get the bootstrap one.
After failing that, I tried this.

git clone -b materialize https://github.com/Differential/meteor-boilerplate.git testapp

Still end up with the bootstrap-version. Sorry about the noob question.

@antilect
Copy link
Author

Solved by selecting the branch in the UI, and downloading zip, but cloning doesn't work which is what I'd really like to do :) Anyone?

@ghost
Copy link

ghost commented Sep 26, 2015

+1

@gridmechanic
Copy link

I cloned the complete project without the "-b" switch. After the clone completed I then switched to the materialize branch, "git checkout materialize". It worked like a charm.

@mynameiskyleok
Copy link

@antilect the approach you tried (i.e. "git clone -b materialize ...") successfully clones the materialize branch for me. I literally copied and pasted what you typed and had no issues. You could try making sure your version of git is up-to-date and making sure you have deleted the 'testapp' folder before attempting the clone. Git won't let me overwrite a target directory, but maybe yours isn't showing you the error?

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

3 participants