Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to set meld as git difftool

git config --global diff.tool meld
git config --global difftool.meld.path "C:Program Files (x86)MeldMeld.exe"
git config --global difftool.prompt false

git config --global merge.tool meld
git config --global mergetool.meld.path "C:Program Files (x86)MeldMeld.exe"
git config --global mergetool.prompt false
Comment

PREVIOUS NEXT
Code Example
Shell :: bash copy file 
Shell :: centos epel-release 
Shell :: ssh custom port fla 
Shell :: bash get last field in line 
Shell :: phpcs diferent xml 
Shell :: awk print 3rd column 
Shell :: how to revert to last git commit 
Shell :: how to install pymongo 
Shell :: install angular ubuntu 
Shell :: brew install xcode 
Shell :: all git commands 
Shell :: run ionic live 
Shell :: How install packages from package.tar.gz on rstudio 
Shell :: tail -f linux last 100 lines 
Shell :: how do I add a commit to an existing pull request 
Shell :: how to call a batch file from another batch file 
Shell :: ubuntu list of users 
Shell :: restart ssl ubuntu 
Shell :: how to install nvm in ubuntu 
Shell :: rpi install chomedriver 
Shell :: bash compare two files 
Shell :: ls list only first 10 files 
Shell :: how to check user in group linux 
Shell :: unix history date time 
Shell :: bash random int 
Shell :: find files size greater than 100mb in linux 
Shell :: shell comments 
Shell :: run php in browser localhost 
Shell :: linux how many cores 
Shell :: create usb install windows 10 on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =