Which is official GUI of Git for windows? [closed]

青春壹個敷衍的年華 提交于 2019-12-20 01:57:12

问题


Which is the official GUI of Git for windows? I'm confused between git-scm and msysgit.

I know there is one GUI from github too but I want to use bitbucket for private free hosting too and I think Official github gui of windows will not work with bitbucket. So I want to learn use of common GUI which I can use with any host.

Are there other options? Which one should I choose?


回答1:


I'm confused between git-scm and msysgit.

git-scm.com is the official website for Git. Msysgit is the project working on (official) Windows binaries of Git, which are called “Git for Windows”. So when you are on Windows you use Git for Windows.

Note that Git is not a GUI, it is a set of command line scripts. It does come however with an “official” GUI, git-gui. Other than that, see this question for some more information on Windows GUIs.



来源:https://stackoverflow.com/questions/11849737/which-is-official-gui-of-git-for-windows

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