V
V
Vladimir2016-06-02 18:06:56
git
Vladimir, 2016-06-02 18:06:56

How to see a list of commits that are not brunched?

Is it possible to see the difference between branches not in the form of changes in files, but in the form of commit numbers that are not in the target branch?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jcmvbkbc, 2016-06-02
@jcmvbkbc

Rebase the branch with the most commits to the branch with the fewest. If you do this with git rebase -i, then the desired list of commits will open in the editor.

A
aol-nnov, 2016-06-02
@aol-nnov

all of a sudden, git log! (well, of course, you need to read mana. I just pointed out the direction)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question