|
|
|
|
|
by dantheta
5531 days ago
|
|
One thing I am curious about (genuinely curious!) is how so many of the mac git GUIs are closed-source and/or paid apps. The original CLI git client is GPLv2, IIRC. Are the mac clients calling the git command line tool, have they re-implemented the git file manipulation routines, or are they using some other means of manipulating the repository files? I'm just interested to know which approach they chose. |
|
There are plumbing commands to do very low level repository manipulation, perfect for GUIs to use.