Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

configurer kdiff3

git config --global merge.tool kdiff3
git config --global mergetool.kdiff3.path "C:/Program Files/KDiff3/kdiff3.exe"
git config --global mergetool.kdiff3.trustExitCode false

git config --global diff.guitool kdiff3
git config --global difftool.kdiff3.path "C:/Program Files/KDiff3/kdiff3.exe"
git config --global difftool.kdiff3.trustExitCode false
Comment

PREVIOUS NEXT
Code Example
Shell :: batch file path 
Shell :: command line make file 
Shell :: git merge master to branch 
Shell :: grub download 
Shell :: require php mailer 
Shell :: git checkout -f 
Shell :: proxmox home assistant 
Shell :: mdem ubuntu ssh key 
Shell :: homebrew install autoconf 
Shell :: How to squash the last n commits together 
Shell :: randomstring npm 
Shell :: how to get unmerged branch git 
Shell :: how to change port for xampp 
Shell :: check service status in linux 
Shell :: shell iterate over lines in variable 
Shell :: vscode installation ubuntu 
Shell :: bash convert seconds to date 
Shell :: rm directory linux 
Shell :: bash assigning to new array 
Shell :: compiling c 
Shell :: install npm package globally 
Shell :: Git command to Change Your Committer Name & Email Globally 
Shell :: linux run .sh in terminal 
Shell :: install docker compose ubuntu 20.04 
Shell :: Reinstalling SpaceVim Plugin 
Shell :: how to remove something from bin folder in ubuntu 
Shell :: Git - fetch changes from remote repo for current branch 
Shell :: linux user all permissions 
Shell :: mkdir -p parameter 
Shell :: docker push to private registry 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =