minus-squaremcmodknower@programming.devtoLinux@programming.dev•Share a script/alias you use a lotlinkfedilinkEnglisharrow-up2·13 days agoin my .gitconfig i have [alias] glg = log --oneline --decorate --all --graph This allows me to get a quick overview over all branches with pushes that are recent enough for most cases. linkfedilink
minus-squaremcmodknower@programming.devtoProgrammer Humor@programming.dev•Every Single Freaking Timelinkfedilinkarrow-up0·2 years agoIt didn’t load completely at first, so i saw something like this and i think it is even better that way: linkfedilink
in my .gitconfig i have
[alias] glg = log --oneline --decorate --all --graph
This allows me to get a quick overview over all branches with pushes that are recent enough for most cases.