-
-
Notifications
You must be signed in to change notification settings - Fork 158
London | 25-ITP-May | Surafel Workneh | Sprint-3 | Alarmclock #687
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
Conversation
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, good work on this sprint.
- Typically we would only commit package files if we are making absolutely necessary changes to the node configuration. Is that the case here?
- Good work on the alarm clock, I can see some areas where you could improve it a bit and have left comments there.
…lidation and Added comments to code For clarity and maintainability in alarmclock.js
Great work on this. Your app is functioning well now. I still see the package files in this commit - do they need to be there? If you didn't mean to change them you don't need to commit them. Do you know how to remove them? |
can i remove them my project folder if it resolves? |
can you guide me to resolve " Great work on this. Your app is functioning well now. I still see the package files in this commit - do they need to be there? If you didn't mean to change them you don't need to commit them. Do you know how to remove them?" |
I suggest looking online for help with how to revert files. When you find out how, revert the changes to the package.json files and make a new commit on the branch - this will return them to their original state, and will clean up the commit. It is good practice to only commit files relevant to the feature being worked on, in this case the alarm clock. |
Hello good evening, Dear reviewer would you mind if you finalize my code, all 'merge conflicts' are resolved |
If you look at the files tab here on github, you can see that the When you are doing git changes and you see merge conflicts, you need to manually check the files and change them to include only what you expect. If you look in your files now, you will see lines like |
would you mind if you clarify for me please? i resolved the conflict 'git code in <<<<<<< HEAD ' then pull and the test also working ! i don’t understood the problem |
Hi Surafel When we are working with different branches on git we only want to commit files that are absolutely necessary for the feature we are working on. In this case, that is some web apps - an alarm clock, a reading list. Within your dev environment you can see files used by the development environment - called things like Because you've committed the files and had a merge issue, and there are now errors in the file You have also added new files that did not need to be there like This is a full list of the files that may be problematic and should be reverted:
You can revert a file at the command line. One way is to use These files could be deleted as I'm not sure they are necessary for the commit:
If you make these changes, then commit them to your branch, that should help clean up this pull request so the Files tab on github only shows the files absolutely necessary for the stuff you have worked on |
GOOD evening I Was trying to correct would you mind if you check it is fixed, and if you have an idea how re do it with out affecting other complete ed files? |
Looking at the first commit you made (ce05dda) - that looks like the output I would expect to fix this. If you repeat that for the other files, that will revert them. Using the command I suggested, if you only give it the names of package files, it won't affect your changes made in other files. If you still need help, you could get help from a mentor in the slack channel, or you could ask for help in your next in class meeting. |
Good morning @LonMcGregor , know I completed and resolved the merge conflicts |
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.
Great. Take care in future when picking which files to commit. You are done with this sprint, well done.
thank you |
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.