-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Can't Add Any Extras When Creating the GitHub Project #55
Comments
https://github.com/mathieudutour/medium-to-own-blog/blob/master/bin/medium-to-own-blog.js#L148 Why not `git clone ${remoteURL} && git add . && git commit -m "first commit 🎉" since the repo must exist at that point in the script? |
|
Makes sense. Do you think it is a good idea to add a note to the documentation somewhere? I can make a PR if you wish or close the issue if not. The gif/video creates one without any additional configuration, but a non-sighted user won't be able to see that. I think it would be most appropriate to add a line to https://github.com/mathieudutour/medium-to-own-blog/blob/master/bin/medium-to-own-blog.js#L94. |
yep, good idea! Happy to accept a PR to clarify that |
Not sure of how to format this the best, but the language makes sense to me. |
Issue #55: Can't Add Any Extras When Creating the GitHub Project
Describe the bug
GitHub provides a few options when configuring a new repo like: license, .gitignore file, a README.md, and the Rennovate plugin. If you want to install any of these by default, which I usually do, then you get an error about the remote having newer content.
To Reproduce
Steps to reproduce the behavior:
Screenshots
The text was updated successfully, but these errors were encountered: