Changes between Version 9 and Version 10 of CollaborateOnGithub
- Timestamp:
- Jan 17, 2009, 8:06:12 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CollaborateOnGithub
v9 v10 74 74 When a lieutenant receives a pull request: 75 75 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): 77 77 {{{ 78 78 $ git remote add -f CONTRIBUTOR_NICK_HERE git://github.com/CONTRIBUTOR_NICK_HERE/django.git