Changes between Version 41 and Version 42 of CollaborateOnGithub
- Timestamp:
- Jun 9, 2011, 5:07:57 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CollaborateOnGithub
v41 v42 102 102 1. Create a patch, attach it to [http://code.djangoproject.com/simpleticket a relevant ticket in trac] 103 103 {{{ 104 git diff master > ticket1234. patch104 git diff master > ticket1234.diff 105 105 }}} 106 106 … … 136 136 1. If the patch needs updating, create a new patch and attach it to the relevant ticket 137 137 {{{ 138 git diff master > ticket1234. patch138 git diff master > ticket1234.diff 139 139 }}} 140 140