Sugar on a Stick/Documentation SOP: Difference between revisions
| Line 77: | Line 77: | ||
==== If you have commit access ==== | ==== If you have commit access ==== | ||
Once you have edited the files you want to commit, make the commit. | If you need to apply someone else's patch to the file before committing it, do that first. | ||
patch -p0 < path/file.patch | |||
Once you have applied the patch and otherwise edited the files you want to commit, make the commit. | |||
git commit -a | git commit -a | ||