git am
パッチの適用。
git am diff.path
これを応用して
curl -s -L https://patch-diff.githubusercontent.com/raw/cask/cask/pull/392.patch | git am -
みたいなこともできる
http://blog.a-way-out.net/blog/2015/03/28/github-pull-request-merge/
git am
パッチの適用。
git am diff.path
これを応用して
curl -s -L https://patch-diff.githubusercontent.com/raw/cask/cask/pull/392.patch | git am -
みたいなこともできる
http://blog.a-way-out.net/blog/2015/03/28/github-pull-request-merge/