Git Merge GUIを気軽に使用

1030 ワード

GIT GUI MERGEツールのダウンロード


http://meldmerge.org/

ダウンロードしたMELDをgitconfigに登録する(GITBASHを使用)


https://git-scm.com/downloads
git config --global merge.tool meld
git config --global mergetool.meld.path "C:\Program Files (x86)\Meld\Meld.exe" <- MELD 다운 경로

Conflict Resolution操作の続行

git pull
git mergetool

マージ完了後

git commit
# :wq