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