I forget where I found this:
alias gtree='git log --graph --abbrev-commit --decorate --date=relative --format=format:'\''%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'\'' --all'
Then gtree in your repo.
gtree
This is great, thanks for sharing.
OoOoOo me Gusta!
Yeah, you could add git alias to long command.
I'm totally going to borrow this. I add a '%G?' to my format so it's easy to see which commits are signed or not.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I forget where I found this:
Then
gtreein your repo.This is great, thanks for sharing.
OoOoOo me Gusta!
Yeah, you could add git alias to long command.
I'm totally going to borrow this. I add a '%G?' to my format so it's easy to see which commits are signed or not.