Created
April 25, 2019 12:48
-
-
Save luizrobertofreitas/1e5c992063fc9d78d0f2b533e61884cb to your computer and use it in GitHub Desktop.
Usefull commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Viewing branches diff with meld: | |
https://stackoverflow.com/questions/2006032/view-differences-of-branches-with-meld | |
git config --global diff.tool meld | |
File by File: | |
git difftool master..devel | |
Directory view: | |
git difftool -d master..devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment