How can I update the task git content?

Updated over a year ago

To update a task's Git content, follow these standard Git workflow steps:

  1. Clone the task repository to your local machine
  2. Make changes — update instructions, add files, or modify code
  3. Push your changes back to the repository

Once pushed, the task is updated for new candidates going forward.

Important: If a candidate has already accepted the task, their copy won't change. Only newly assigned candidates receive the updated version.

Authentication

To access the Git repository, use:

  • Username: Your Codebie email address
  • Password: Your Codebie password

Did this answer your question?