快速开始使用 Murky for Mercurial?

发布于 2024-08-21 22:41:58 字数 378 浏览 11 评论 0原文

我刚刚开始使用 Mercurial,遇到了一些困难。我正在为 Mercurial 使用 Murky

我在本地主机上有几个项目的文件,希望将它们保留在本地以进行处理,然后上传到服务器。因此:

  1. 在本地主机上创建一个名为“_reps”的文件夹来保存所有存储库。
  2. 打开 Murky 应用程序
  3. 存储库 >新本地
  4. 创建的代表作为项目名称。 (在 _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:

  1. Created a folder named "_reps" at localhost to keep all repositories.
  2. Opened Murky app
  3. Repository > New Local
  4. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拍不死你 2024-08-28 22:41:58

使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文