You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue observed:
The challenge in level 'remote 8' requires the usage of a new command that has not been mentioned anywhere before so it's hard to solve the challenge because we don't know that this command is expected to be used.
Detailed explanation of the observed issue:
Level Remote 8 explains these three things before we can proceed to solving the challenge:
But the challenge's solution includes the usage of the "reset" command (git reset --hard o/main) which is not mentioned in the explanations seen above or in any previous intros. In the screenshot below, we can see that "show solution" includes this command:
Expected behavior:
The git reset --hard command should be part of the initial intro which usually explains all the new commands that need to be used in order to complete the level's challenge. I tried solving the challenge with only the commands that were explained so far but wasn't able to solve the challenge.
The text was updated successfully, but these errors were encountered:
Issue observed:
The challenge in level 'remote 8' requires the usage of a new command that has not been mentioned anywhere before so it's hard to solve the challenge because we don't know that this command is expected to be used.
Detailed explanation of the observed issue:
Level Remote 8 explains these three things before we can proceed to solving the challenge:
But the challenge's solution includes the usage of the "reset" command (git reset --hard o/main) which is not mentioned in the explanations seen above or in any previous intros. In the screenshot below, we can see that "show solution" includes this command:
Expected behavior:
The git reset --hard command should be part of the initial intro which usually explains all the new commands that need to be used in order to complete the level's challenge. I tried solving the challenge with only the commands that were explained so far but wasn't able to solve the challenge.
The text was updated successfully, but these errors were encountered: