Skip to content

Commit

Permalink
feat(patches): 📝 Add a pointer to git patching pointing to new patchi…
Browse files Browse the repository at this point in the history
…ng stuff
  • Loading branch information
chrisguest75 committed Apr 1, 2024
1 parent 9ac6a7d commit e48e6e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 36_git/sections/PATCHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

Quick walkthrough of how to use git patching.

REF: [85_patches/README.md](../../85_patches/README.md)

TODO:

* Be careful with binary files
* Patching single files or a selection of files

## Contents

- [README](#readme)
- [Contents](#contents)
- [Creating a patch from diff](#creating-a-patch-from-diff)
- [Creating a patch with unstaged changes](#creating-a-patch-with-unstaged-changes)
- [Applying patches](#applying-patches)
- [Resources](#resources)

## Creating a patch from diff

Creating patch files.
Expand Down

0 comments on commit e48e6e4

Please sign in to comment.