-
Notifications
You must be signed in to change notification settings - Fork 209
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 Typos in EdgeDetect/Module.js #884 #950
Conversation
Thanks for opening this pull request! |
Hello @Michaellin250 I think your branch has conflicts. Can you create a fresh one from publiclab/main. Do you know how to do that or do you need the procedure? |
How do I fix merge conflicts? |
Are you editing files locally(on your pc) or in the browser? |
Editing files locally. |
Ok since your changes are small you can run the following commands
Doing this will delete all of your changes(edits in files).
Thanks! |
Thanks for the instructions. I'm new to git! Did I fix it? |
Actually you didn't. What was that last commit? |
I think you are running the wrong commands for merging.
|
Should I do another pull request then? |
Can you please tell me the commands you are running? |
No need to open a new pull request. |
Are you there? |
Yes I'm doing the same commands that was written |
Just do the following and nothing else. Tell me if it gives any errors.
Doing this will delete all of your changes(edits in files).
Thanks! |
Try
|
After running git pull, Try doing what I had told. |
Your commit tells that you are merging your own branch fixTypo into the same branch. Can you please tell me the exact commands you have run? Maybe a screenshot of the terminal from the start. |
Did I fix it? |
I literally did all the commands. I'm pretty sure it's other files that are causing problems. git remote add upstream https://github.com/publiclab/image-sequencer.git Then I changed the typos. Then I did.. git add . |
Can I merge now? |
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.
Perfect! Thank you for your contribution. Also sorry for the late reply.
@jywarren ready to merge! |
Thanks for my first git contribution!! What do I do now? |
You can search through the other issues and try to solve one of them! |
@jywarren this is a small one. Won't cause any problems. Please try to merge it before it reaches a state where it will require a rebase. |
Congrats on merging your first pull request! 🙌🎉⚡️ |
Awesome, folks!!! Thank you!!! |
BTW @Michaellin250 i wanted to say i appreciated your commit message 😂 🎉
Thank you!!!! You did!!! 👍 🎉 |
Fixes #884
Fix Typo In EdgeDetect Module #884.
Fixed On line 10
And on line 30