-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Ignore path not found error when look up tags #2520
Ignore path not found error when look up tags #2520
Conversation
Signed-off-by: Stephen J Day <[email protected]>
Signed-off-by: Wenkai Yin <[email protected]>
Please sign your commits following these rules: $ git clone -b "ignore_path_not_found_error" [email protected]:ywk253100/distribution.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354250592
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f Amending updates the existing PR. You DO NOT need to open a new one. |
ae4d805
to
005c6e0
Compare
Codecov Report
@@ Coverage Diff @@
## master #2520 +/- ##
==========================================
- Coverage 60.83% 51.12% -9.71%
==========================================
Files 129 129
Lines 11826 11828 +2
==========================================
- Hits 7194 6047 -1147
- Misses 3731 5019 +1288
+ Partials 901 762 -139
Continue to review full report at Codecov.
|
LGTM |
LGTM |
No description provided.