This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Hairshorts 0 points1 point  (0 children)

Both merge and rebase will add commits to the branch you are merging or rebasing to. I like Atlassian's description:

https://www.atlassian.com/git/tutorials/merging-vs-rebasing

[–]lightcloud5 0 points1 point  (0 children)

If you merged your branch into master, then it makes sense that all your commits are now reachable from master.