Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut for making tig showing all the branches

Tags:

git

tig

There is tig --all but I want to be able to switch between usual tig and tig --all interactively. Is there a way to do this?

like image 378
Evmorov Avatar asked Nov 29 '17 06:11

Evmorov


People also ask

What is the representation of a branch in Git?

A branch represents an independent line of development. Branches serve as an abstraction for the edit/stage/commit process. You can think of them as a way to request a brand new working directory, staging area, and project history.


1 Answers

Switch to refs view (r or :view-refs) then select ‘All references’ or a branch.

like image 67
deltab Avatar answered Oct 29 '22 18:10

deltab