Pare de usar git [x | k | g] e comece a usar git lg

Alguns meses atrás, eu estava usando um git gui (gitg) apenas para visualizar a árvore de histórico. No entanto, comecei a usar em git lgvez disso ( ~/.gitconfig):

[alias]
lg
= log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset %C(blue)(%an <%ae>)%Creset' --abbrev-commit --date=relative

Experimente com:

git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset %C(blue)(%an <%ae>)%Creset' --abbrev-commit --date=relative