Activity Team/Git FAQ: Difference between revisions
| Line 103: | Line 103: | ||
git pull git://git.sugarlabs.org/myproject/myproject-clone.git master | git pull git://git.sugarlabs.org/myproject/myproject-clone.git master | ||
=== How do I send a patch to a maintainer? === | |||
An easy way to send a complete patch is to commit in git, then do: | |||
git format-patch -s -1 | |||
git send-email --to <maintainer> --cc <mailing-list> <filename> | |||
===How do I select which branch I am working on?=== | ===How do I select which branch I am working on?=== | ||