0
Q:

Updates were rejected because a pushed branch tip is behind its remote

// if this don't work
git pull origin FixForBug
git push origin FixForBug
// then, do this:
git push -f origin FixForBug
3
git push -f origin master
5

Tags

New to Communities?

Join the community