Skip to content

Commit

Permalink
reminder how to diff
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Nov 24, 2024
1 parent 625d875 commit ca80ce3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions users/plodah/firmware-diffs/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# How to DIFF
because I will probably forget.

## Create Diff
git diff master sourcebranch > /path/to/diff.txt

## Apply Diff
git checkout -b new-branch
git apply /path/to/diff.txt

0 comments on commit ca80ce3

Please sign in to comment.