Tell us what’s happening:
after about 65% of the course through the correct code did not want to pass and after resetting it seemingly broke. Please help
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36
Challenge Information:
Build Five Programs - Build Five Programs
GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-bash-five-programs/5f5904ac738bc2fa9efecf5a.md at main · freeCodeCamp/freeCodeCamp · GitHub
Teller
2
You should not have used the cherry-pick command.
Try resetting the step again. If that doesn’t work, try refreshing the page.
You may need to start a new terminal if the above does not work.
Happy coding
what is the cherry-pick command?
Teller
4
Hi @rkashvir
From your screen grab:

It’s a command that applies the changes from a specific, individual commit on one branch onto your current active branch
Happy coding