| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM with a new linting nits
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
@cricciardi apparently, your commit don't include email and username. Can you --resetAuthor after configuring your git? (git config user.name ...)
Sorry, something went wrong.
|
@RafaelGSS I updated my commit with username and password |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@cricciardi If you see the commit list you will notice the first commit doesn't belong to your github account, can you fix it, please? Basically, just squash all the commits into one and make sure to run git commit --amend --resetAuthor |
Sorry, something went wrong.
|
Hi @RafaelGSS, git rebase --interactive HEAD~20 (set squash on my commit, pick in other commits, and edit on my first commit) git commit --amend --author="Chiara Ricciardi <chiara.ricciardi66.cr@gmail.com>" (this command for set author) But it seems not works. Can you tell me what I do wrong? |
Sorry, something went wrong.
You need to set squash in all other commits but the first commit |
Sorry, something went wrong.
|
User @cricciardi reached out and asked me to fix the commit |
Sorry, something went wrong.
PR-URL: nodejs#50772 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
|
Hi @marco-ippolito and @RafaelGSS, I open a new PR #51249 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
test: replace forEach with for-of in test-webcrypto-export-import-ec