Answer the question
In order to leave comments, you need to log in
How to get a list of all commits of all branches in GIT?
git log displays the current branch's commit log.
You need 1 list (no repetitions) with all the commits of all branches of the repository.
Well, or at least a list of commits not on the current branch.
Answer the question
In order to leave comments, you need to log in
Git has very good documentation available via the --help option and at https://git-scm.com/
Read git log --help
You need git log --all
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question