LoginSignup
25
16

More than 5 years have passed since last update.

GitHubのプルリクエストのdiffやpatchをダウンロードする方法

Posted at

やり方

プルリクエストのURLの後ろにに .diff や .patch をつけるだけ

Pull RequestのURLが以下の場合

diff

patch

パッチを当てる

多分、これでいける(未テスト)

patch -p1 < 1176.diff

検索用語

git, diff, patch
差分、パッチ

25
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
25
16