canpolat@programming.devM to Git@programming.devEnglish · 1 month agoSerie: A rich git commit graph in your terminalgithub.comexternal-linkmessage-square9fedilinkarrow-up141arrow-down11
arrow-up140arrow-down1external-linkSerie: A rich git commit graph in your terminalgithub.comcanpolat@programming.devM to Git@programming.devEnglish · 1 month agomessage-square9fedilink
minus-squareozr@programming.devlinkfedilinkarrow-up1·edit-21 month agoIt is a handful, but git log --graph --decorate --all --full-index --color=always | less -R is what I use and I think it’s great. Especially after I found the vim mode in my terminal emulator alacritty, and copying the commit hashes got really easy
It is a handful, but
git log --graph --decorate --all --full-index --color=always | less -Ris what I use and I think it’s great. Especially after I found the vim mode in my terminal emulator alacritty, and copying the commit hashes got really easy