Home
Help
Search
Login
Register
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
How do I compare a directory between two git branches
« previous
next »
Print
Pages: [
1
]
Go Down
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.
Logged
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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
How do I compare a directory between two git branches