Git client integrated with Finder

11,115

Solution 1

Following @viskin, I recently find another small app named SnailGit, that pretend to be Tortoise-like for Git and Finder

Solution 2

I use a Finder replacement software called Pathfinder. Pathfinder has builtin Git and Subversion support. Pathfinder is not open source, or even freeware, but if you're a developer on a Mac, it is worth the price. If you are using Github, Github for the Mac is a good choice.

That said, I still do most of my Subversion and Git work directly from the command line. You have better control, and the ability to integrate Git commands with various Unix command line tools. Unless you're using an IDE like Eclipse, there's no better way to work with Git than the command line.

Besides, I'm old school and believe GUI development environments are for sissies. You want to develop on the Mac? Here's the software for you. Put it in full screen mode, and you'll know what VT100 terminal emulation is all about. Maybe you'll even pick up a little Fortran.

Solution 3

GitFinder (https://gitfinder.com/) is also another option which is integrated with Finder for MAC OS

Share:
11,115
Luke Haas
Author by

Luke Haas

Updated on June 19, 2022

Comments

  • Luke Haas
    Luke Haas almost 2 years

    Is there a git client for Mac OS that integrates with Finder to put badges like ticks and crosses on files representing their version status, like tortoiseSVN and Dropbox do?