Search code examples
gittig

Tig: how to view project from first commit?


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.


Solution

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

    tig --reverse