Skip to content

Is it possible to toggle remote branches on the git graph? #4021

Answered by mark2185
GP4cK asked this question in Q&A
Discussion options

You must be logged in to vote

You can use a custom git log command to show all of the branches in the main window:

git:
  allBranchesLogCmd: git log --graph --all --color=always --abbrev-commit --decorate --date=relative  --pretty=medium --whatever-else-you-want

Link to the documentation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GP4cK
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