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
ENH: create-sibling-github --existing=replace #5008
Conversation
Codecov Report
@@ Coverage Diff @@
## maint #5008 +/- ##
==========================================
- Coverage 89.91% 89.89% -0.03%
==========================================
Files 292 292
Lines 40736 40755 +19
==========================================
+ Hits 36629 36636 +7
- Misses 4107 4119 +12
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a cursory look, the overall logic looks fine to me.
I wanted this feature on multiple occasions, primarily during testing. It is not a default mode, and in a leaf command so I thought it is ok to keep it against maint
…ss interactive) Also adjusted doc for the option to match the one for create-sibling
… raise exception thanks @kyleam for spotting that
thank you @kyleam for the review |
I created a reproducer for #4997 and wanted to look into "default branch" situation, so positioned on top of maint, but really wanted automation to help deleting test repo from github, so derailed into this one. I am ok to rebase for master if deemed desired.