Is it possible to change *
?
#3400
Answered
by
stefanhaller
niksingh710
asked this question in
Q&A
-
is it possible to change |
Beta Was this translation helpful? Give feedback.
Answered by
stefanhaller
Mar 20, 2024
Replies: 1 comment 1 reply
-
Are you looking for something like this? git:
branchLogCmd: sh -c 'git log --graph --color=always --abbrev-commit --decorate --oneline {{branchName}} -- | sed -e s/\\*/●/ -e s/\\|/│/' |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
niksingh710
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you looking for something like this?