Skip to content

Is it possible to the chance the colour of HEAD to something that stands out a bit more? #4286

Answered by stefanhaller
samaursa asked this question in Q&A
Discussion options

You must be logged in to vote

I see. Well, you can see the whole graph by going to the status panel (1) and pressing a there. You can also make this the default view in the status panel (if you don't care about the normal status view) by using

gui:
    statusPanelView: allBranchesLog

Also, you probably want to customize the all branches log to be one line per commit by using something like

git:
  allBranchesLogCmd: git log --graph --all --color=always --abbrev-commit --decorate --oneline --

I admit that the graph doesn't look quite as nice as down there in the commits view.

or just checking how behind I am when compared to dev or main

For this I recommend to set gui.showDivergenceFromBaseBranch to arrowAndNumber, th…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@samaursa
Comment options

@stefanhaller
Comment options

Answer selected by samaursa
@samaursa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants