Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git compare two branches with meld

git config --global diff.tool meld

# compare tags
git difftool tag1 tag2

# compare branches
git diff branch1..branch2

# compre current to remote
git difftool -d upstream/develop
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #compare #branches #meld
ADD COMMENT
Topic
Name
2+1 =