2021-03-01から1ヶ月間の記事一覧
Git で WinMerge を使いたくて調べてみたら、必要な設定がわかってきたので、まとめておく。 Git の標準的な設定で使いたい人向け 以下の設定を行えば、以下のコマンドで WinMerge が使えるようになる $ git difftool -t winmerge [<options>] [<commit> [<commit>]] [--] [<path>…] $ git </path></commit></commit></options>…
git difftool を深掘りする話