Suppose, I have a develop branch and some feature1 branch. And, suppose, that develop branch have some commits done after feature1 was branched. How can I view new changes bringing with feature1 for the develop branch in the Sourcetree?
To be more precise is there a way to show diff like that command: "git diff develop...feature1"
Its a common operation for me when I analyze/review feature development using feature branch workflow.
This is a good thread that explains what you need
Yeah)) Sorry, I correct my question. I'm trying to find GUI-tool which can do like this command. Sourcetree is the tool I preffer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I understand your question correctly, you are trying to find the diff between branches. git diff develop...feature1 does exactly the same :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.