user3313834
user3313834

Reputation: 7837

search for a revision in tig

I'm a big fan of tig http://jonas.nitro.dk/tig

Using "/" like in vim we can search for comit with /

I'm looking for to get a specific hashtag e.g 2f12bcc

Upvotes: 0

Views: 282

Answers (1)

Farouk
Farouk

Reputation: 56

You can just like in vim use

:hashtag

e.g:

 :2f12bcc

see more on the official documentation [1]

[1] http://jonas.nitro.dk/tig/manual.html#prompt

Upvotes: 4

Related Questions