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

The Fresh Repo Conundrum #27

Open
joedevivo opened this issue Sep 9, 2014 · 1 comment
Open

The Fresh Repo Conundrum #27

joedevivo opened this issue Sep 9, 2014 · 1 comment

Comments

@joedevivo
Copy link
Contributor

You check out a fresh repo from github. it's empty, you're psyched. You want to concrete init but that command is really against creating anything if it didn't also create the directory.

➜  new_rep git:(master) ../concrete/concrete init .
ERROR: concrete init wants to create '.', but it already exists

I'll get around to this eventually, but I'll forget if I don't put it here.

@seth
Copy link

seth commented Sep 9, 2014

That's interesting. I've never thought to do it that way. I always have
started with a local repo. So... concrete init. Then setup local git repo.
Then create a repo on git and add the remote and then push.

Not opposed to making it work for other workflows thought for sure!

On Tue, Sep 9, 2014 at 1:43 PM, Joe DeVivo [email protected] wrote:

You check out a fresh repo from github. it's empty, you're psyched. You
want to concrete init but that command is really against creating
anything if it didn't also create the directory.

➜ new_rep git:(master) ../concrete/concrete init .
ERROR: concrete init wants to create '.', but it already exists

I'll get around to this eventually, but I'll forget if I don't put it here.


Reply to this email directly or view it on GitHub
#27.

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

2 participants