GitHub for Windows客户端的pull / push命令在哪里?

问题描述:

我一直在使用GitHub for Mac一段时间,正准备帮助一位同事在Windows上安装它。

I've been using GitHub for Mac for a while and was about to help a colleague install it on Windows.

我找不到任何菜单或任何按钮我可以在Mac上启动推或拉。我只看到它是打开一个shell并执行 git pull

I cannot find any menu or any button to initiate "push" or "pull" as I can on Mac. Only way I see it is to open a shell and execute git pull.

但那么,用户界面有什么意义?

But then, what's the point of the UI?

解决了我的问题吗?

我切换到使用SourceTree( http://www.sourcetreeapp.com

I switched to using SourceTree (http://www.sourcetreeapp.com) instead. It solved all my issues :)

它位于应用程序的右上角。

It's in the top right of the app.

对于大多数情况下,您需要点击同步按钮,它将同时推送和拉取

For most cases you'll want to hit the sync button which will both push and pull for you.

您也可以按 F5 手动触发它。

You can also hit F5 to manually trigger it.

如果您拥有新的本地分支机构,同步按钮将变为发布,您可以将其推送到远程。

When you have a new local branch, the sync button will change into publish ready for you to push up to remote.

如果出现问题,它会提示您需要进入shell并从那里开始工作。

If something goes wrong it will prompt you with a need to go into shell and work things from there.