Sublime Forum

How can I see all the changes of one branch?

#1

I made a branch from master to implement a new feature. I would like to review all the changes of that branch before merging back to master. How can I do that?

0 Likes

#2

If you select both the latest commit in the branch and the latest commit in master it will show you the difference between them. Alternatively you could just merge them (optionally into a new branch) and review the merge commit before pushing.

0 Likes

#3

Thanks, it works :slight_smile:
You can select multiple commits holding CTRL key (just in case someone finding this thread doesn’t know)

0 Likes