Cygwin or Git Bash command window? [closed]

坚强是说给别人听的谎言 提交于 2019-11-28 17:06:53

问题


I'm new to Git. I downloaded Git and installed on my Windows. I saw Git provides a Git Bash command window. I also have Cygwin installed on my machine. Both Git Bash and Cygwin provide Git command line utilities. So my question is: Which one is the preferred way to use Git command: Running Git commands in Git Bash or Cygwin?


回答1:


git-bash is enough, unless you need more recent bash feature (since the bash from MingW used by msysgit is quite old)

See also "Difference between msysgit and Cygwin + git?".

For instance, GitHub for Windows would use msysgit, not git in Cygwin.



来源:https://stackoverflow.com/questions/14551989/cygwin-or-git-bash-command-window

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