Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created January 18, 2015 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamemomonga/f47a9c87acc1328b25a8 to your computer and use it in GitHub Desktop.
Save mamemomonga/f47a9c87acc1328b25a8 to your computer and use it in GitHub Desktop.
ディレクトリ単位でパッチを作成、パッチを当てる

ディレクトリ単位でパッチを作成、パッチを当てる

diff -cr [元フォルダ] [修正後フォルダ] > [パッチファイル]
patch -p0 < [パッチファイル]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment