Hi, On Mon, 7 Apr 2008, [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] / > $ git push ssh://[EMAIL PROTECTED]/srv/git/msysgit.git net-installer:mob > To ssh://[EMAIL PROTECTED]/srv/git/msysgit.git > ! [rejected] net-installer -> mob (non-fast forward) > error: failed to push some refs to 'ssh://[EMAIL PROTECTED]/srv/git/ > msysgit.git' It means that your push would irrevokably overwrite part of the history, because what is currently there is not in the history you want to push (it is no ancestor, and therefore the push would not result in a fast-forward). Hth, Dscho
