canpolat@programming.devM to Git@programming.devEnglish · 3 months agoSerie: A rich git commit graph in your terminalgithub.comexternal-linkmessage-square9linkfedilinkarrow-up149arrow-down12
arrow-up147arrow-down1external-linkSerie: A rich git commit graph in your terminalgithub.comcanpolat@programming.devM to Git@programming.devEnglish · 3 months agomessage-square9linkfedilink
minus-squareozr@programming.devlinkfedilinkarrow-up1·3 months 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