Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
単純な単純なパッチ コマンド ライン ユーティリティで適用できる単純なパッチを git リポジトリから作成する必要があります。
それはできますか?
生成されるパッチは、ツールgit diffによって正しく処理されpatchます。
git diff
patch
patchgit がパッチ ファイルに追加するすべての追加情報をスキップします。パッチを適用するには、おそらく-p1オプションが必要です。
-p1