如何在 gitg / gitx 可视化工具中执行 git pull ?

发布于 2024-12-02 15:24:34 字数 104 浏览 0 评论 0原文

我可以使用 gitg 进行推送并将代码推送到远程主分支,但我看不到任何执行 git pull 的选项。

我使用的是 Ubuntu 10 和 11

I can do a push using gitg and push my code to the remote master branch but I can't see any option to do a git pull.

I am on Ubuntu 10 and 11

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

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

发布评论

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

评论(2

廻憶裏菂餘溫 2024-12-09 15:24:34

您不能直接从 git gui 中拉取,但考虑到 pullfetch 后跟 merge,您可以获取远程(在远程菜单中并获取),然后将远程分支合并到您的分支中(合并菜单和本地合并,选择跟踪分支< /代码>)。

You cannot directly pull from git gui, but given than a pull is a fetch followed by a merge, you can fetch the remote (in the remote menu and fetch from), and then merge the remote branch into yours (Merge menu and Local merge, select tracking branch).

睫毛上残留的泪 2024-12-09 15:24:34

在gitg 0.2.4中,你不能直接拉取,所以你还可以获取并合并:

  • 通过进入存储库属性来获取,选择远程repo并cli
  • 显示远程的所有分支,并合并你想要的分支(origin /master 大多数时候)通过右键单击分支的尖端

In gitg 0.2.4, you cannot pull directly, so you also fetch and merge:

  • fetch by going in the repository properties, select the remote repo and cli
  • display all branches of the remote, and merge the branch you want (origin/master most of the time) by right-clicking on the tip of the branch
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文