Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tig: how to view project from first commit?

Tags:

git

tig

Just want to checkout first commit quickly.

Now tig sort the commits as latest commit as the first, so it's quite difficult to find first commit and check the project's evaluation.

like image 618
Yihe Avatar asked Mar 19 '26 16:03

Yihe


1 Answers

To see the oldest commit first pass --reverse, e.g.

tig --reverse
like image 169
Jonas Fonseca Avatar answered Mar 22 '26 07:03

Jonas Fonseca