Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プル リクエストの違いを比較するために github の組み込みのブラウザー ベースの比較ツールが好きですが、別のフォークとマスターのプル リクエストの違いを比較するには、winmerge またはその他の外部ツールを使用したいと思います。ローカルリポジトリにフォークをリモートとして追加せずにそれを行うにはどうすればよいですか
gitdiff操作はすべてローカルで行われるため、 として追加せずに を実行することはできませんremote。
git
diff
remote
それを として追加しremote、fetchそれを使用git difftoolして差分を取得します。その後、リモコンが必要ない場合は、それだけgit remote rmで完了です。
fetch
git difftool
git remote rm