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ディレクトリで作業ディレクトリの変更のパッチを取得する方法。SVNでパッチを取得する方法は知っていますが、gitではパッチを取得する方法がわかりません。plsヘルプ
シンプルは、少し調整するだけでgit diffほとんどのツールに適用できるパッチを生成します(例:を使用)。もちろん、可能であれば、そのようなパッチを適用するための好ましいツールです。patch--stripgit apply
git diff
patch
--strip
git apply