-
On a project with a lot of branches, I'd rather have only the local branches show for clarity... |
Beta Was this translation helpful? Give feedback.
Answered by
mark2185
Nov 3, 2024
Replies: 1 comment
-
You can use a custom git:
allBranchesLogCmd: git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --whatever-else-you-want |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GP4cK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use a custom
git log
command to show all of the branches in the main window:Link to the documentation.