Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1288CE1BF for ; Thu, 21 Feb 2013 20:33:22 +0000 (UTC) Received: (qmail 43379 invoked by uid 500); 21 Feb 2013 20:33:22 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 43348 invoked by uid 500); 21 Feb 2013 20:33:22 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 43340 invoked by uid 500); 21 Feb 2013 20:33:21 -0000 Delivered-To: apmail-incubator-callback-commits@incubator.apache.org Received: (qmail 43337 invoked by uid 99); 21 Feb 2013 20:33:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 20:33:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 20:33:20 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id D610BBBF for ; Thu, 21 Feb 2013 20:33:00 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 21 Feb 2013 20:33:00 -0000 Message-ID: <20130221203300.91152.14842@eos.apache.org> Subject: =?utf-8?q?=5BCordova_Wiki=5D_Update_of_=22CommitterWorkflow=22_by_MarcelK?= =?utf-8?q?inard?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for c= hange notification. The "CommitterWorkflow" page has been changed by MarcelKinard: http://wiki.apache.org/cordova/CommitterWorkflow?action=3Ddiff&rev1=3D11&re= v2=3D12 * Here is an example workflow for fixing a regression by merging in a lo= cal topic-branch: = {{{ - git checkout next + git checkout next (if 'next' is not a valid branch yet, then 'git fetch a= pache' first) git pull apache git checkout topic_branch git rebase next -i