Not my blog, but the author’s experience reminded me of my own frustrations with Microsoft GitHub.

  • fmstratA
    link
    English
    52 months ago

    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'
    
    • @spartanatreyu@programming.dev
      link
      fedilink
      22 months ago

      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.

    • Andromxda 🇺🇦🇵🇸🇹🇼
      link
      fedilink
      English
      19 days ago

      For my fellow fish shell users: 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