Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizrobertofreitas/1e5c992063fc9d78d0f2b533e61884cb to your computer and use it in GitHub Desktop.
Save luizrobertofreitas/1e5c992063fc9d78d0f2b533e61884cb to your computer and use it in GitHub Desktop.
Usefull commands
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