-
Notifications
You must be signed in to change notification settings - Fork 0
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
contrib/ads-gh-repo: turn into real tool #48
Comments
In the coming hours I'll be pushing a change that introduces the
Default output looks like this:
Verbose (1x -- info level) output give a bit more info about what is going on behind the scenes:
|
This issue as been fixed for 'ads-github-tools-0.3.1' The blurb about it from our 'NEWS' file:
|
This issue depends on:
This issue is related to:
The functionality in the contrib/ads-gh-repo script should be used as the basis for a new
ads-github-repo
program, which would have the long-term goal of providing mechanisms for those portions of the GitHub "Repositories" API that manipulate a single repository.The current functionality will create a new GitHub repo for the authenticated user, and switch it's default branch name to a specified name. Currently the specified name is just 'whatever' (hard-coded in a program variable), but a non-sketch version would honor the new (since git 2.28, spring 2020)
init.defaultBranch
setting from the user's git configuration, or the name specified on the command line.UPDATE (2020-10-05 22:06:39-04:00): For now we are going to implement a stand-alone
ads-github-repo-create
tool, since that is the shortest path to scratching the immediate itch. However, see also issue #51 for ideas about generalizing the approach for other single-repo operations.The text was updated successfully, but these errors were encountered: