試了好久..總算用 git format-patch 和 git send-email 把 patch 送出..@@
[Create patch for git-send-email]
git format-patch master
[Send patch with git-send-email]
git send-email -to xxx@xxx -cc xxx@xxx -cc xxx@xxx --suppress-from 0001-xxx.patch
ps: --suppress-from 加這個 option 就不會把 patch 中 From: 的 email 加到 cc: 中
--dry-run try git-send-email 的 option 時..好用~