如何在没有服务器的情况下使用tortoise git(本地单用户)
我正在寻找一个关于如何在没有任何服务器的情况下使用 tortoisegit 的简单教程?我试过谷歌,但是,虽然很多人提到你可以在没有服务器的情况下使用 tortoisegit,但没有人解释如何做到这一点,所以非常感谢任何帮助!
I'm looking for a simple tutorial for how to use tortoisegit without any server? I've tried google but, although a lot of people mention you can use tortoisegit without a server, no one explains how to do it so any help is greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
简单:
从这里,打开 Windows 资源管理器,您将看到已修改、要添加、要添加的文件中的常用图标已承诺,等等。
Simple:
From here, open a Windows explorer and you will the usual icons from files modified, to be added, to be committed, and so on.
它与服务器非常相似,只是您所做的只是将更改提交到本地存储库 - 不会推送到远程源。
It's very much the same as with a server, except that all you are then doing is committing your changes to your local repository - there would be no pushing to a remote source.
我将从 http://www.kernel.org/pub 开始/software/scm/git/docs/gittutorial.html 在前往 TortoiseGit 之前。本教程大致解释了 git 的作用(没有太多细节,但足够了)。有了这些知识,您会发现 GUI 的入门变得更加容易。
I would start with http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html before going to TortoiseGit. This tutorial explains roughly what git does (not with too much detail, but enough). With this knowledge, you will find it easier to get started with the GUI.