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
On the above screenshot, raymond2 branch was checked out from an outdated master branch.
raymond2
master
Remote master branch has already been updated with a new commit, namely "not stupid test".
Make sure you switch to master branch, then run git pull origin master
git pull origin master
As the result, you see this:
git push origin raymond2 -f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the above screenshot,
raymond2
branch was checked out from an outdatedmaster
branch.Remote
master
branch has already been updated with a new commit, namely "not stupid test".Step 1 - Update your local master
Make sure you switch to
master
branch, then rungit pull origin master
Step 2 - Rebase
raymond2
ontomaster
As the result, you see this:
Step 3 - force push
raymond2
branch to replace remoteraymond2
git push origin raymond2 -f
The text was updated successfully, but these errors were encountered: