Changes between Version 9 and Version 10 of CollaborateOnGithub


Ignore:
Timestamp:
Jan 17, 2009, 8:06:12 AM (15 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v9 v10  
    7474When a lieutenant receives a pull request:
    7575 1. Review the commit list that is listed in the pull request
    76  1. If everything looks good, pull code from the the contributor's repository:
     76 1. If everything looks good, pull code from the the contributor's repository (this creates a new branch, if the branch already exists, skip the `remote add` step):
    7777 {{{
    7878$ git remote add -f CONTRIBUTOR_NICK_HERE git://github.com/CONTRIBUTOR_NICK_HERE/django.git
Back to Top