Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 git 和版本控制相当陌生。所以我看到 Netbeans 有 git 选项 Commit 和 Clone。在 netbeans 中使用内置的 git 控件与实际的 windows github 客户端相比有什么缺点吗?
没有优点或缺点。他们都执行相同的任务。如果您在 Netbeans 中执行任务,那么我建议您使用 Netbeans git 的东西。
但总的来说,从命令行使用 git 是一种为新手学习基础知识的好方法,然后在熟悉后继续使用 GUI 的东西。