Author Topic: How do I compare a directory between two git branches  (Read 1970 times)

mhlong

  • New Community Member
  • Posts: 1
  • Hero Points: 0
How do I compare a directory between two git branches
« on: March 07, 2016, 04:42:20 PM »
In git I can simply do git diff <branch name> and see all the differences between the current branch and the specified branch.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2903
  • Hero Points: 153
Re: How do I compare a directory between two git branches
« Reply #1 on: March 07, 2016, 04:46:08 PM »
The only way we have to do that right now would be to check the branches out and use Multi-File Diff.