Skip to content

Instantly share code, notes, and snippets.

set current_dir=%CD%
set delay=0
:start
dotnet nuget locals all --clear
git clone git@github.com:Empite/empite.core.unittest.git
git clone git@github.com:Empite/empite.core.git
@empiteranjan
empiteranjan / bcompare-git.md
Last active February 26, 2019 23:21 — forked from jfromaniello/bcompare-git.md
Integrate beyond compare 4 with git

Install command line tools:

then run this:

git config --global diff.tool bc3
git config --global difftool.bc3 trustExitCode true
git config --global merge.tool bc3