You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
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.I'll get around to this eventually, but I'll forget if I don't put it here.
The text was updated successfully, but these errors were encountered: