2014-02-15 gitのログからパッチ gitのログからパッチをつくる方法 git diff --no-prefix HEAD^ > hoge.patch生成したパッチの適用方法 patch -p0 < ~/hoge.patch