mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-02 14:25:55 +01:00
Added a backports md file. WIP.
This commit is contained in:
parent
a557f22f1d
commit
67a9002152
22
backports.md
Normal file
22
backports.md
Normal 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user