Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "ContributorWorkflow" page has been changed by DaveCottlehuber:
http://wiki.apache.org/couchdb/ContributorWorkflow?action=diff&rev1=14&rev2=15

Comment:
clean up origin names, assuming your original cloned repo was the ASF canonical 
one as it should be

  
  {{{
  $ git checkout master
- $ git pull couchdb master
+ $ git pull origin master
  $ git checkout -b document_blahfasel_setting
  $ git branch -a
  * document_blahfasel_setting
@@ -173, +173 @@

  
  {{{
  $ git checkout master
- $ git pull couchdb master
+ $ git pull origin master
  $ git log
  ( hey there's me! ya! )
  }}}
@@ -193, +193 @@

  
  {{{
  $ git checkout master
- $ git pull couchdb master
+ $ git pull origin master
  $ git checkout ticket_11
  $ git rebase master
  ( edit / commit / edit / commit)

Reply via email to