Changes between Version 41 and Version 42 of CollaborateOnGithub


Ignore:
Timestamp:
Jun 9, 2011, 5:07:57 AM (13 years ago)
Author:
gandalfar
Comment:

changed .patch to .diff per https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v41 v42  
    102102 1. Create a patch, attach it to [http://code.djangoproject.com/simpleticket a relevant ticket in trac]
    103103 {{{
    104 git diff master > ticket1234.patch
     104git diff master > ticket1234.diff
    105105 }}}
    106106
     
    136136 1. If the patch needs updating, create a new patch and attach it to the relevant ticket
    137137 {{{
    138 git diff master > ticket1234.patch
     138git diff master > ticket1234.diff
    139139 }}}
    140140
Back to Top