与 Finder 集成的 Git 客户端
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17107540/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Git client integrated with Finder
提问by Luke Haas
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?
是否有适用于 Mac OS 的 git 客户端与 Finder 集成,以在代表其版本状态的文件上放置诸如勾号和叉号之类的徽章,如 tortoiseSVN 和 Dropbox 那样?
回答by Daniel BOUCON
Following @viskin, I recently find another small app named SnailGit, that pretend to be Tortoise-like for Git and Finder
在@viskin 之后,我最近发现了另一个名为SnailGit 的小应用程序,它对Git 和 Finder 伪装成类似 Tortoise 的应用程序
回答by David W.
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 Macis a good choice.
我使用名为Pathfinder的 Finder 替换软件。Pathfinder 具有内置的 Git 和 Subversion 支持。Pathfinder 不是开源软件,甚至不是免费软件,但如果您是 Mac 上的开发人员,那么它物有所值。如果您使用的是 Github,Mac 版 Github是一个不错的选择。
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.
也就是说,我仍然直接从命令行完成我的大部分 Subversion 和 Git 工作。您可以更好地控制,并且能够将 Git 命令与各种 Unix 命令行工具集成。除非您使用像 Eclipse 这样的 IDE,否则没有比命令行更好的 Git 工作方式了。
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.
此外,我是老派,相信 GUI 开发环境适合娘娘腔。你想在 Mac 上开发吗?这是适合您的软件。将其置于全屏模式,您就会了解 VT100 终端仿真的全部内容。也许你甚至会拿起一点 Fortran。
回答by firstpostcommenter
GitFinder (https://gitfinder.com/) is also another option which is integrated with Finder for MAC OS
GitFinder ( https://gitfinder.com/) 也是与 Finder for MAC OS 集成的另一个选项
回答by viskin
I recently found this tiny app called Git Status.
我最近发现了一个名为Git Status 的小应用程序。
There is free version and full version that costs $2.
有免费版和完整版,费用为 2 美元。
You should manually add your project folder to the app. After doing so Finder will display handy overlays over files just as you want.
您应该手动将您的项目文件夹添加到应用程序。完成此操作后,Finder 将根据需要在文件上显示方便的叠加层。