3

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.

CodeWizard
  • 128,036
  • 21
  • 144
  • 167
Yihe
  • 4,094
  • 2
  • 19
  • 21

2 Answers2

13

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

tig --reverse
Jonas Fonseca
  • 1,811
  • 15
  • 15
4

I found answer.

Use End to jump to last line and get the first commit.

For OS X, fn + .

Yihe
  • 4,094
  • 2
  • 19
  • 21