... | @@ -147,12 +147,12 @@ test_pause && |
... | @@ -147,12 +147,12 @@ test_pause && |
|
# Sending patches
|
|
# Sending patches
|
|
|
|
|
|
There are various way to send patches, two most common ways are
|
|
There are various way to send patches, two most common ways are
|
|
1. Use [gitgitgadget](https://github.com/gitgitgadget/gitgitgadget)
|
|
1. Use [GitGitGadget](https://github.com/gitgitgadget/gitgitgadget)
|
|
2. Use `git format-patch` and `git send-email` via a email client
|
|
2. Use `git format-patch` and `git send-email` via an email client
|
|
|
|
|
|
For 2nd way, there is no standard way of doing that. Individual developers have their own unique habits, processes and email client.
|
|
The 2nd way, especially using `git send-email` via an email client, is not standardized, as individual developers have their own unique habits, processes and email clients.
|
|
|
|
|
|
In this tutorial, we introduce the 2nd way which with Gmail as our email client.
|
|
In this tutorial, we introduce the 2nd way using Gmail as our email client.
|
|
|
|
|
|
## Set up Gmail
|
|
## Set up Gmail
|
|
|
|
|
... | | ... | |