It is very simple. If git says βAlready updatedβ, this means that the branches did not diverge. Two branches diverge if at least one of the branches contains a commit, which the other branch does not have.
I'm not sure what you mean, has + more_stuff stuff. If you added new files to other_branch (or modified existing files) and used "git add" and "git commit", the history of other_branch will diverge from the main branch. Since git says that there are no changes in the merger, the story has not changed in this thread, i.e. You have not done anything.
source share