-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Problem
In Step 6, GitHub Issues, the steps to sync your fork do not work in all cases.
Steps to reproduce the problem
Although I encountered this, I don't know what I did to produce this problem. My master branch was ahead of treehouses's branch for some reason, and syncing my fork would not make it even.
Screenshots
Proposed solution
Add optional steps after the original steps to sync your fork:
If you encounter any issues with syncing your fork:
- Read the Technical Questions in our FAQ for your issue.
- If you still cannot resolve the issue, please go to the treehouses Gitter chat and @/all explaining your issue.
Add the following to the Technical Questions section in the FAQ page:
If your master branch is ahead by x commits on your GitHub repository, try the following steps to resolve your issue:
- Go to your master branch using
git checkout master.- Undo local changes using
git reset.- Push using
git push --force.- If your master branch is still ahead, force the undo using
git reset --hard upstream/master, then push again usinggit push --force.
Metadata
Metadata
Assignees
Labels
No labels
