Status: Accepted
Owner: ----
Labels: Type-Critical
New issue 2590 by [email protected]: GUB release instructions fail
for upload
http://code.google.com/p/lilypond/issues/detail?id=2590
these instructions currently fail:
----
git checkout origin/staging
git merge origin/release/unstable
vi VERSION
git commit -m "Release: bump version." VERSION
git push origin HEAD:staging
----
gperciva@gperciva-desktop:~/src/lilypond ((74b5965...))$ git push origin
HEAD:staging
To ssh://[email protected]/srv/git/lilypond.git
! [rejected] HEAD -> staging (non-fast-forward)
error: failed to push some refs
to 'ssh://[email protected]/srv/git/lilypond.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes before pushing again. See the 'Note about
fast-forwards' section of 'git push --help' for details.