Submit patches through email-based workflows.
Section: Related Advanced Tools
Send patch files by email
bash
bash
git send-email *.patchExplanation
Relevant in projects that use mailing-list based code review rather than platform pull requests.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Related Advanced Tools
Generate patch files from a branch
Create email-style patch files for commits not in main.
Compare two patch series
Review how a series changed between two iterations.
Start bisect with good and bad revisions
Initialize bisect and mark boundaries.
Cherry-pick one commit
Apply the changes introduced by one commit onto the current branch.
Show submodule status
Inspect recorded commit pointers and checkout state.
Mark current commit as good
Tell bisect the current checked-out commit does not contain the bug.