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 PaulDavis: http://wiki.apache.org/couchdb/Release_procedure?action=diff&rev1=102&rev2=103 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: {{{
