タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

diffとPull Requestに関するbraitomのブックマーク (1)

  • Managing generated files in GitHub

    Is this actually a large Pull Request or are you just looking at too many generated files? Are those generated files even reviewed? If you’re using GitHub and work with generated files in your repository you may be seeing large diffs and merge conflicts as you update your newly generated files. I’m going to show you how you can use the .gitattributes file in your repository to suppress the display

    Managing generated files in GitHub
    braitom
    braitom 2018/08/26
    `.gitattributes` に設定を書くことでGitHubのPR内のdiff表示を制御する方法について。`linguist-generated=true`と指定することで表示されなくなる。
  • 1