Changes

Jump to navigation Jump to search
Line 51: Line 51:     
Once your patch has received a 'r+', the reviewer will push your code to the repository. From now on your code is part of the Sugar code base and the community will maintain it for you.
 
Once your patch has received a 'r+', the reviewer will push your code to the repository. From now on your code is part of the Sugar code base and the community will maintain it for you.
  −
== 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.
  −
git commit
  −
  −
Generate a patch set using git. The following command will create one file per commit in the current directory.
  −
git format-patch origin
  −
  −
Make sure that the ticket number is referenced in the commit description!
      
== Buildbot ==
 
== Buildbot ==
647

edits

Navigation menu