- If Notepad++ is installed, you can set it as default editor for Git:
- Open Command Prompt.
- Enter the following command (we are assuming a 32-bit installation of Notepad++ on 64-bit Windows here; use --global instead of --system to set it up for just the current user)
Code Block language powershell git config --system core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -nosession -noPlugin"
- If ExamDiff Pro is installed, you can use it as a diff and merge tool (again, use --system instead of --global to set it up for all users):
Page History
Overview
Content Tools