Skip to main content
All CollectionsFAQ
How can I update the task git content?
How can I update the task git content?
Updated over a week ago

Just like any Git project — clone, edit, and push.

Each task in Codebie comes with its own Git repository. To update its content:

  1. Clone the task repository to your local machine

  2. Make the necessary changes — update instructions, add files, modify code, etc.

  3. Push your changes back to the repository

That’s it — the task is now updated for future candidates.

⚠️ Keep in mind: If a candidate has already accepted the task, their copy won’t change. Only new candidates will receive the updated version.

Git Authentication

  • Use your Codebie email as the Git username

  • Use your Codebie password as the Git password

Did this answer your question?