Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

configure meld as git mergetool ubuntu

git config --global diff.tool meld
git config --global difftool.meld.path "/usr/bin/meld"
git config --global difftool.prompt false

git config --global merge.tool meld
git config --global mergetool.meld.path "/usr/bin/meld"
git config --global mergetool.prompt false
Comment

PREVIOUS NEXT
Code Example
Shell :: scp folder recursive 
Shell :: upgrade bash version mac 
Shell :: delete all local branches except current branch 
Shell :: random hex chars bash 
Shell :: create empty branch git 
Shell :: how to filter 12 character words from file bash 
Shell :: sudo a terminal is required to read the password 
Shell :: command line size of directory 
Shell :: navigate to a directory linux 
Shell :: conda install parse 
Shell :: git check if commit in master 
Shell :: ubuntu install wine terminal 
Shell :: show public ip 
Shell :: grep find and show lines after 
Shell :: kill process ubuntu 
Shell :: chokidar npm 
Shell :: ls all files including hidden powershell 
Shell :: check and verify git version 
Shell :: public key show 
Shell :: choco installation 
Shell :: how to remove all space in file 
Shell :: shell strip quotes 
Shell :: delete all stopped docker containers 
Shell :: command to check pip3 version on linux 
Shell :: ignore commited files 
Shell :: how to set up git in linux terminal 
Shell :: s3 cli get list of files in folder 
Shell :: show env in bash 
Shell :: undo last commit 
Shell :: kubectl top pod 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =