We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memo of the protocol to add:
git remote add upstream https://github.com/main-org/repo
The text was updated successfully, but these errors were encountered:
Actually use
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
see this link for information.
Sorry, something went wrong.
Also add the information, about unsync-ed remote branches (origin behind/above upstream):
git fetch upstream git checkout master git reset --hard upstream/master git push origin master --force
from gui-cs/Terminal.Gui#498 (comment)
No branches or pull requests
Memo of the protocol to add:
The text was updated successfully, but these errors were encountered: