-
Notifications
You must be signed in to change notification settings - Fork 54
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
cli: add git-upgrade-requirements #743
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #743 +/- ##
==========================================
+ Coverage 18.87% 18.93% +0.06%
==========================================
Files 26 26
Lines 2199 2271 +72
==========================================
+ Hits 415 430 +15
- Misses 1784 1841 +57
|
What should we do regarding feature branch creation/management? Currently Instead Should we change |
I'd say that these commands would mainly be run:
Maybe a nice idea could be adding a flag to What do you think? /cc @tiborsimko |
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.
Looks good!
2b8693f
to
332a019
Compare
I tried this approach, but it felt like those commands were getting quite complicated. In the end I have created a new |
af993f8
to
231dc51
Compare
Sounds good to me! Do you want to address this here or in another issue? |
231dc51
to
d4db226
Compare
Let's do it in another issue/PR, this one is already quite big! |
Closes #741