Where are the pull/push commands in GitHub for Windows client?

故事扮演 提交于 2019-12-04 16:46:50

问题


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

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?

What solved my problem?

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


回答1:


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.

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.

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



来源:https://stackoverflow.com/questions/19139209/where-are-the-pull-push-commands-in-github-for-windows-client

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!