Changes between Version 28 and Version 29 of CollaborateOnGithub


Ignore:
Timestamp:
Oct 13, 2009, 6:16:02 PM (15 years ago)
Author:
mrts
Comment:

Make switching to master explicit before pull from upstream

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v28 v29  
    108108 1. When the upstream Django SVN mirror is updated, pull the updates from it (fetching and merging in one step)
    109109 {{{
     110git checkout master
    110111git pull upstream master
    111112 }}}
Back to Top