Show HN: TinyGit – a simple macOS Git client

(tinygit.app)

2 points | by empire29 3 hours ago ago

2 comments

  • vblord 3 hours ago ago

    Awesome. Thanks, I used one of the codes. All the other git clients on mac are garbage. I would like to see a compare tool integrated in the future, but I do love how simple it is. Keep up the good work.

    • empire29 3 hours ago ago

      Great call out - there's a "mini resolve-conflicts" tool you can open, and there's the classic +/- text-based git patch diff view at the bottom right (if you expand it; but this is only useful for small changes).

      Im torn on if I want to add a full "diff tool" into this - or if i should figure out how to integrate (open in) existing "best of breed" diff tools. Leaning towards the latter to keep the app simple and good at its core job. I might explore using the resolve conflict view for diff though (since it ~already shows diffs in order to resolve conflicts).

      Appreciate the feedback, hope you enjoy using TinyGit and keep an eye out for updates!