快速开始使用 Murky for Mercurial?
我刚刚开始使用 Mercurial,遇到了一些困难。我正在为 Mercurial 使用 Murky 。
我在本地主机上有几个项目的文件,希望将它们保留在本地以进行处理,然后上传到服务器。因此:
- 在本地主机上创建一个名为“_reps”的文件夹来保存所有存储库。
- 打开 Murky 应用程序
- 存储库 >新本地
- 创建的代表作为项目名称。 (在 _reps 文件夹下)
现在如何将文件添加到该项目代表中?我如何将项目与此 _rep 关联起来并进行更改?
I just started using Mercurial, and I'm having some difficulties. I'm using Murky for Mercurial.
I have several projects' files at localhost, want to keep them local to work on, and then upload to a server. So:
- Created a folder named "_reps" at localhost to keep all repositories.
- Opened Murky app
- Repository > New Local
- Created rep as project name. (under _reps folder)
Now how can I add files to this project rep? How can I relate the project with this _rep, and work on changes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Mercurial,您通常将存储库保存在工作目录内(在 .hg 目录内;在 OS X 上默认情况下应隐藏该目录)。所以我猜你应该在当前的项目目录中执行 New Local (而不是在你创建的 _reps 目录下),然后开始添加文件。
With Mercurial, you keep your repositories generally inside the working directory (inside a .hg dir; which should be hidden by default on OS X). So I'm guessing you should just do New Local in your current project dir (not under the _reps thingy you created), then start adding files.