Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

configure git diff tool vscode

git config --global -e 


[core]
  editor = code --wait
[diff]
  tool = vscode
[difftool "vscode"]
  cmd = code --wait --diff $LOCAL $REMOTE
[merge]
  tool = vscode
[mergetool "vscode"]
  cmd = code --wait $MERGED
Comment

PREVIOUS NEXT
Code Example
Shell :: run bat file with arguments 
Shell :: mount docker volume in container 
Shell :: how to setup blackeye 
Shell :: check maven version in ubuntu 
Shell :: linux settings not opening 
Shell :: sublime linux 
Shell :: vlc for ubuntu 
Shell :: terminator for kali linux 
Shell :: git remote commands 
Shell :: create branch in git 
Shell :: fatal: remote origin already exists. 
Shell :: mongorestore command 
Shell :: lines count linux 
Shell :: find home dir for user 
Shell :: git rename master branch to main 
Shell :: loopback cli 
Shell :: ! [remote rejected] main - main 
Shell :: kill a process with pid 
Shell :: git pull from another repository 
Shell :: linux create folder 
Shell :: git unsafe repository 
Shell :: how to save history of commands in linux 
Shell :: fork bomb linux 
Shell :: angular add modulee 
Shell :: installing composer command line 
Shell :: bash remove everything after character x 
Shell :: gitlab new project push commands 
Shell :: ssh-keygen -t rsa 
Shell :: linux curl follow redirect 
Shell :: get a remote branch git 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =