minus-squareozr@programming.devtoGit@programming.dev•Serie: A rich git commit graph in your terminallinkfedilinkarrow-up1·3 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 linkfedilink
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