Sending the solution

Updated over a year ago

When you're ready to submit your solution, run:

git push origin master

The repository should already be configured as a remote from the initial clone.

Important: Since you can only push once, please be careful before doing so. The company will be notified after your push, which triggers their review process.

Master Branch Requirement

Your solution must be pushed to the master branch. The system will reject pushes to any other branch.

You can work on multiple branches locally during development, but the final submission must target master.

Did this answer your question?