Closed rugiraprince closed 10 months ago
@samirm00 i get it so apart from what else can i do ? i don't know why its says all checks have failed??
@rugiraprince you have many header 1 in your file that is not allowed , you only can have one Header 1
hey @samirm00 in had changed everything but now i have to make change to a file normally i am not suppose to change ? what can i do ?
You need to run the npm scripts you find in package.json. When adding files, please add one file at a time and avoid this:
npm add .
use this instead
npm add <filename>
You have changed also other files of the repo.
had changed everything but now i have to make change to a file normally i am not suppose to change ? what can i do ?
The best strategy is to switch to your branch and merge the files you changed from the main branch to your branch; it's like copying the files from a location to another.
git merge package.json, file2, file3
If you want we can do it together tomorrow.
The best way to copy a file from main to your branch is to merge that file in your branch, tomorrow I can help you, just tag me on Slack.
git checkout <your_branch>
git merge <file_to_be_copied>
The texts of your commits are not informative, they don't describe what you did. We will have a look at it together.
@rugiraprince You should always interact with the coaches, please leave feedback.
@bermarte i just came from work now i read all your message and i realise i had been using some wrong command that why i was trying to delete the pull request so i can start from zero
@bermarte is it ok can i delete the pull request and branch?
Checklists
General Checks
main
/master
Markdown