-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Fixed #20631 for 2.3 #20637
Fixed #20631 for 2.3 #20637
Conversation
Hi @maheshWebkul721. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@maheshWebkul721 , it seems you forgot to push your changes 😄 |
@novikor changes added. |
b6f80d2
to
deff6d4
Compare
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.
Hi @maheshWebkul721
Thank you for your pull request.
Please merge all your commits into one.
You can do it with next instruction:
- Open project in terminal
- Run git rebase -i commit_hash, where commit_hash is Revision Number of commit from which your branch was created.
- You should see a list of commits, each commit starting with the word "pick".
- Make sure the first commit says "pick" and change the rest from "pick" to "squash". -- This will squash each commit into the previous commit, which will continue until every commit is squashed into the first commit.
- Save and close the editor.
- It will give you the opportunity to change the commit message.
- Save and close the editor again.
- Then you have to force push the final, squashed commit: git push -f
Hi @swnsma , i have tried to do rebase it like: |
Hi @maheshWebkul721,
If it will not help, please sent me screenshot of the problem in your terminal. |
deff6d4
to
6b9f3e8
Compare
Hi @swnsma , i think i did it, you are awesome 😊 |
Hi @maheshWebkul721 |
Hi @maheshWebkul721, thank you for your contribution! |
Reference PR #20632.
Fixed #20631
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)