mox@lemmy.sdf.org to Programming@programming.dev · 4 months ago"GitHub" Is Starting to Feel Like Legacy Softwarewww.mistys-internet.websiteexternal-linkmessage-square80fedilinkarrow-up1119arrow-down133file-text
arrow-up186arrow-down1external-link"GitHub" Is Starting to Feel Like Legacy Softwarewww.mistys-internet.websitemox@lemmy.sdf.org to Programming@programming.dev · 4 months agomessage-square80fedilinkfile-text
minus-squarefmstrat@lemmy.nowsci.comlinkfedilinkEnglisharrow-up4·4 months agoI am about to make you very happy. alias gl='git log --graph --abbrev-commit --no-decorate --date=format:'\''%Y-%m-%d %H:%M:%S'\'' --format=format:'\''%C(8)%>|(16)%h %C(7)%ad %C(8)%<(16,trunc)%an %C(auto)%d %>|(1)%s'\'' --all'
minus-squarespartanatreyu@programming.devlinkfedilinkarrow-up2·4 months agoI use git log --graph --all --remotes --oneline whenever I need to shell into another computer, but it’s still too barebones for regular use.
I am about to make you very happy.
alias gl='git log --graph --abbrev-commit --no-decorate --date=format:'\''%Y-%m-%d %H:%M:%S'\'' --format=format:'\''%C(8)%>|(16)%h %C(7)%ad %C(8)%<(16,trunc)%an %C(auto)%d %>|(1)%s'\'' --all'
I use
git log --graph --all --remotes --oneline
whenever I need to shell into another computer, but it’s still too barebones for regular use.