乌龟git不拉

发布于 2024-09-13 09:08:25 字数 185 浏览 2 评论 0原文

我是 Git 新手。我安装了 msysgit,配置了 ssh 并从 GitHub 中提取了一个解决方案(我自己的解决方案,我从另一台计算机上推送了它)。 拉动起作用了。

现在,我安装了 tortoisegit 让生活更轻松。它在 Windows 资源管理器中显示正确的项目。我希望在上下文菜单中“拉”和推条目,但我找不到它们。哪里出错了?

I am new to Git. I installed msysgit, configured ssh and pulled a solution from GitHub (my own solution, I pushed it from a different computer).
The pull worked.

Now, I installed tortoisegit to make life easier. It displays the correct items in Windows Explorer. I would expect a "pull" and push entries in the context menus, but I can't find them. Where's by mistake?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

噩梦成真你也成魔 2024-09-20 09:08:25

本教程关于将 TortoiseGit 与 GitHub 结合使用提到:

TortoiseGit 的“同步”对话框基本上是一个同时具有拉取和推入功能的对话框
如果您需要执行其中一个或两者都非常简单。

将更改推送到存储库:
1/ TortoiseGit→同步
- 1/(本地和远程分支此时应合并,远程 URL 应为源)
- 2/推

从存储库中提取任何更改:
1/ TortoiseGit→同步
- 1/(本地和远程分支此时应合并,远程 URL 应为源)
- 2/拉动

另请参阅 Windows 上的 GitHub,其中包含此图片:

TortoiseGit 同步

This tutorial on using TortoiseGit with GitHub mentions:

TortoiseGit’s Sync dialog is basically one dialog with both pull and push in it.
Pretty easy if you need to do either or both.

Pushing your changes to your repository:
1/ TortoiseGit→Sync
- 1/ (Local and remote branches should be merge at this point, Remote URL should be origin)
- 2/ Push

Pulling any changes from your repository:
1/ TortoiseGit→Sync
- 1/ (Local and remote branches should be merge at this point, Remote URL should be origin)
- 2/ Pull

See also GitHub on Windows, with this picture:

TortoiseGit sync

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