mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2025-12-30 14:09:30 -06:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
[⬅️ Back to Table of Contents](https://github.com/mike-rambil/Advanced-Git/blob/main/README.md#sharing-changes-as-patch-files)
|
|
|
|
# Sharing Changes as Patch Files
|
|
|
|
|
|

|
|
> Generate and share patch files for committed or uncommitted changes.
|
|
|
|
How to create patch files from your changes for sharing via email, SCP, Slack, or other means. Covers both committed (with full commit metadata) and uncommitted changes.
|
|
|
|
## Key Topics & Subcommands
|
|
- [Create Patch from Last Commit(s)](./create-patch-from-last-commit-s.md)
|
|
- [Apply Patch with Commit Metadata](./apply-patch-with-commit-metadata.md)
|
|
- [Create Patch from Uncommitted Changes](./create-patch-from-uncommitted-changes.md)
|
|
- [Apply Diff File](./apply-diff-file.md)
|
|
- [Patch vs Diff: Quick Reference](./patch-vs-diff-quick-reference.md)
|
|
|
|
|
|
[➡️ Continue to Next Topic: Pull Changes of Specific Files from a Commit](https://github.com/mike-rambil/Advanced-Git/blob/main/contents/pull-changes-of-specific-files-from-a-commit.md)
|
|
|
|
---
|
|
|
|
_Author: mike-rambil • Updated: 2024-06-10 • Tags: patch, diff, sharing, email, collaboration_
|