LinuxでPatchを適用・作成
結論
パッチ作成
$ git diff > name.patch
パッチ適用
$ patch -p1 < name.patch
パッチ内容の戻し
$ patch -R file_path < name.patch
参考
Author And Source
この問題について(LinuxでPatchを適用・作成), 我々は、より多くの情報をここで見つけました https://qiita.com/takuan_22/items/15776a04025c1b48170b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .