-
Notifications
You must be signed in to change notification settings - Fork 14
FAQ
Evan Ugarte edited this page Apr 2, 2020
·
21 revisions
See below. Don't include the $
in your commands.
$ git status # make sure you dont have any uncommitted changes
$ git checkout dev
$ git pull origin dev
$ git checkout <your branch>
$ git rebase dev
$ git push origin <your branch> --force
To fix this, first make sure you are on the dev branch. Run the commands below:
$ git fetch origin dev
$ git reset --hard origin/dev
# continue with the git checkout <your branch> step above
- Navigate to the Core-v4 homepage
- Select your branch from the dropdown menu below:
- If you see
x commits behind dev
like below, you need you run the steps to update your branch above.
- A failed test case often looks like below:
- That isn't the actual error. Scroll up you'll find the real issue with the test.