- Download and install p4Merge (Helix P4Merge: Visual Merge Tool) from Perforce page
- Configure Git Extensions (Tools / Settings / Git Config) with the follow values (see image):
- Mergetool:
p4merge
- Path to mergetool:
C:/Program Files/Perforce/p4merge.exe
- Mergetool command:
"C:/Program Files/Perforce/p4merge.exe" "$BASE" "$LOCAL" "$REMOTE" "$MERGED"
- Difftool:
p4merge
- Path to difftool:
C:/Program Files/Perforce/p4merge.exe
- Difftool command:
"C:/Program Files/Perforce/p4merge.exe" "$LOCAL" "$REMOTE"
- Mergetool:
Last active
November 9, 2022 20:16
-
-
Save andresmoschini/a127d003885f7e137ef2889fb9e54844 to your computer and use it in GitHub Desktop.
P4Merge and Git Extensions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment