有没有适用于 Windows 的 github 客户端

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6613014/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 08:34:26  来源:igfitidea点击:

Is there any github client for Windows

windowsgithubclient

提问by Sergey Litvinov

Can someone advise any windows client for GitHub? I found the Tower client Mac (http://www.git-tower.com/) and seems it has very good integration with GitHub via API. Do you know any clients for windows with similar functionality?

有人可以为 GitHub 提供任何 Windows 客户端的建议吗?我找到了 Tower 客户端 Mac (http://www.git-tower.com/),它似乎通过 API 与 GitHub 有很好的集成。你知道有类似功能的 windows 客户端吗?

UpdateYes Thanks all for answers, I know about these three, but they only have integration with GIT, not GitHub. I mean some social features of GitHub, such as review of Incoming Request, comments for these Incoming Request, internal GitHub messaging support, possibility to create new repository on client, manage GitHub repository settings, and similiar features, subscribe to other repository and get notifications when they change. As I know, most of these feature available in GitHub API, but I can't found any windows client that use this API.

更新是的 谢谢大家的回答,我知道这三个,但它们只与 GIT 集成,而不与 GitHub 集成。我的意思是 GitHub 的一些社交功能,例如对传入请求的、对这些传入请求的评论、内部 GitHub 消息传递支持、在客户端上创建新存储库的可能性、管理 GitHub 存储库设置和类似功能、订阅其他存储库并获取通知当他们改变时。据我所知,GitHub API 中提供了大部分这些功能,但我找不到任何使用此 API 的 Windows 客户端。

采纳答案by manojlds

GitHub for Windows ( after the popular GitHub for Mac ) with bundled Posh-Git( powershell extension ) is also available - http://windows.github.com/

Windows 版 GitHub(在流行的 Mac 版 GitHub 之后)以及捆绑的Posh-Git(powershell 扩展)也可用 - http://windows.github.com/

Atlassian's SourceTree is also coming soon to Windows - http://blog.bitbucket.org/2013/02/14/sourcetree-for-windows-beta-signup/

Atlassian 的 SourceTree 也即将登陆 Windows - http://blog.bitbucket.org/2013/02/14/sourcetree-for-windows-beta-signup/

回答by VonC

As mentioned in this blog post, SmartGit(free for non-commercialuse) has an integration with GitHub:

正如这篇文中提到SmartGit非商业用途免费)与 GitHub 集成

Select from GitHub

从 GitHub 中选择

回答by robi-y

Just heard at herding codethat the github guys are working on a new windows github specific client. In the meantime you can also try posh-gitthrough power shell

刚刚在放牧代码中听说github 人员正在开发一个新的 Windows github 特定客户端。同时,您也可以 通过 power shell尝试posh-git

回答by Varun Madiath

Github released a windows client today, find it at windows.github.com. It probably has the best integration with Github, and apparently makes git on windows easier.

Github 今天发布了一个 windows 客户端,可以在windows.github.com 上找到。它可能与 Github 有最好的集成,并且显然使 Windows 上的 git 更容易。

回答by Mike Kwan