Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Release_Procedure" page has been changed by NoahSlater: http://wiki.apache.org/couchdb/Release_Procedure?action=diff&rev1=128&rev2=129 Comment: Removed instructions no longer relevant for fresh checkout git checkout -b Y.Y.x origin/Y.Y.x }}} - You should make sure your branch matches whats on the remote repository. First check that you don't have any work that you're willing to lose: - - {{{ - git status - }}} - - When you have your work saved, forcefully update your branch to the version in the remote repository: - - {{{ - git reset --hard HEAD - git clean -qfxd - git rebase origin/Y.Y.x - }}} - Grab the current tree-ish: {{{
