I need an alternative to P4Merge for Windows 10

I can’t get P4 Merge (in the Git series) to work on Windows 10. Perforce is not helpful to a single user. Can you suggest an easy to install alternative for Git Bash or VSCode?

My advisor suggested:

git config --global merge.tool p4merge
```in Git Bash.
and, so far it looks good. Surely it is not this easy.

Hi Denver,

I’m also on Windows 10 and mucked around with P4Merge and said forget it.

I’ve been using Git for many years, and the GitBash (with the dark background) worked fine for me through the course and I was able to take good developer notes.

-Jerry