document updated 13 years ago, on Aug 22, 2011
There are some situations that separate repositories can get out of sync. This discusses the typoes of issues, and how to solve them.
- commands that cause history-rewrites:
- things you can try:
- git push --force
- git push +master
- (from the remote side) git pull
See also