canpolatM to GitEnglish · 6 months agoSerie: A rich git commit graph in your terminalgithub.comexternal-linkmessage-square9linkfedilinkarrow-up151arrow-down12
arrow-up149arrow-down1external-linkSerie: A rich git commit graph in your terminalgithub.comcanpolatM to GitEnglish · 6 months agomessage-square9linkfedilink
minus-squareozrlinkfedilinkarrow-up1·6 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