Skip to content

Instantly share code, notes, and snippets.

@ThuanNP
Forked from wholmgren/use-bbdiff
Created February 26, 2024 02:02
Show Gist options
  • Save ThuanNP/14ce156d6c71a73c6e991bfbe633457a to your computer and use it in GitHub Desktop.
Save ThuanNP/14ce156d6c71a73c6e991bfbe633457a to your computer and use it in GitHub Desktop.
set git difftool to bbdiff
git config --global diff.tool bbdiff
git config --global difftool.bbdiff.cmd 'bbdiff --wait --resume "$LOCAL" "$REMOTE"'
git config --global difftool.prompt false
git config --global merge.tool bbdiff
git config --global mergetool.bbdiff.cmd 'bbdiff --wait --resume "$LOCAL" "$REMOTE"'
Double check ~/.gitconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment