Is there any github client for Windows [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionCan 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?
Update Yes Thanks all for answers, I know a开发者_如何学JAVAbout 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.
GitHub for Windows ( after the popular GitHub for Mac ) with bundled Posh-Git ( powershell extension ) is also available - 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/
As mentioned in this blog post, SmartGit (free for non-commercial use) has an integration with GitHub:
TortoiseGit https://github.com/multitheftauto/multitheftauto/wiki/how-to-use-tortoisegit ?
Just heard at herding code that the github guys are working on a new windows github specific client. In the meantime you can also try posh-git through power shell
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.
msysGit and a tutorial
精彩评论