Added a backports md file. WIP.

This commit is contained in:
Relintai 2022-09-16 19:33:23 +02:00
parent a557f22f1d
commit 67a9002152

22
backports.md Normal file
View File

@ -0,0 +1,22 @@
# Some notes on how to do backports
I'm currently figuring out how to do this properly, these are just notes, so I don't have to find everything again.
https://stackoverflow.com/questions/40757246/git-status-and-git-diff-empty-after-failed-git-am
git remote add patch-origin <path>
git fetch patch-origin
git format-patch -1
git am --ignore-whitespace --ignore-space-change -3 <
git am --continue
git mergetool