Changes between Version 6 and Version 7 of github


Ignore:
Timestamp:
04/25/13 10:23:05 (11 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • github

    v6 v7  
    7676git am --signoff <file.patch>
    7777}}}
     78=== apply a patch an make it uncommitted ===
     79On the receiving side apply the patch as described above and the reset to the last commit before the patch using the "git reset --mixed <Hash of the commit before the temporary commit>" again