Development Team/Code Review: Difference between revisions
| Line 43: | Line 43: | ||
== Push the patch == | == Push the patch == | ||
If you have write access to the sugar repository you can just do it yourself. | |||
If you don't have write access to the repository commit the patch to your local repository. | If you don't have write access to the repository commit the patch to your local repository. | ||
| Line 50: | Line 50: | ||
Generate a patch set using git. The following command will create one file per commit in the current directory. | Generate a patch set using git. The following command will create one file per commit in the current directory. | ||
git-format-patch origin | git-format-patch origin | ||
== Remind the maintainers about patches == | == Remind the maintainers about patches == | ||