mox@lemmy.sdf.org to Programming@programming.dev · 4 months ago"GitHub" Is Starting to Feel Like Legacy Softwarewww.mistys-internet.websiteexternal-linkmessage-square77fedilinkarrow-up11arrow-down10file-textcross-posted to: opensource@lemmy.mlhackernews@lemmy.smeargle.fans
arrow-up11arrow-down1external-link"GitHub" Is Starting to Feel Like Legacy Softwarewww.mistys-internet.websitemox@lemmy.sdf.org to Programming@programming.dev · 4 months agomessage-square77fedilinkfile-textcross-posted to: opensource@lemmy.mlhackernews@lemmy.smeargle.fans
minus-squarefmstrat@lemmy.nowsci.comlinkfedilinkEnglisharrow-up0·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-up0·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.