I
I
iv-fyodorov19922016-04-21 10:03:48
git
iv-fyodorov1992, 2016-04-21 10:03:48

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

2 answer(s)
L
Lynn "Coffee Man", 2016-04-21
@iv-fyodorov1992

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

A
Alexey Shumkin, 2016-04-21
@ashumkin

$ git rev-list --help

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question