A curated list of delightful tools for digital creatives in a variety of mediums.

  • tonamel@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    One thing I’ve found invaluable about a visual interface is the ability to quickly browse the commit tree. Having a big list of commits that you can sort and click to see the diff of each file has saved me on multiple occasions. I’m sure it’s all info you can get from the CLI as well, but I can’t imagine it being even half as fast.

    • elscallr@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      I guess I can see that. It’s not common I need to do so, but a few times I’ve went spelunking with git log [file] and git diff sha..sha [file] and I could see that being useful presented graphically.