Git GUI,Git Bash,Git CMD之间的区别 [英] Difference between Git GUI, Git Bash, Git CMD

查看:158
本文介绍了Git GUI,Git Bash,Git CMD之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Git GUI Git Bash Git CMD 有什么区别? 我是一个初学者,在进行安装时,我通常会同时使用git bash和git CMD

What is the difference between Git GUI, Git Bash and Git CMD? I'm a beginner, and for doing my installations I usually find myself using both git bash and git CMD

推荐答案

Git CMD类似于使用git命令的常规Windows命令提示符.它使您可以通过命令行使用所有Git功能.如果您已经熟悉Windows cmd并且仅在Windows上工作,则很有用.

Git CMD is just like regular Windows command prompt with the git command. It lets you use all of Git features through command line. Useful if you are already familiar with Windows cmd and you only work on Windows.

Git Bash在Windows上模拟 bash 环境.它使您可以使用命令行中的所有git功能以及大多数标准的Unix命令.如果您习惯使用Linux并希望保持相同的习惯,则很有用.

Git Bash emulates a bash environment on windows. It lets you use all git features in command line plus most of standard unix commands. Useful if you are used to Linux and want to keep the same habits.

Git GUI是 G 实用的 U ser I 界面,可让您使用Git而不接触命令行.它是其他Git客户端中的替代产品.由于Git GUI非常小,如果GUI引起您的兴趣,您还可以查看其他替代方法.

Git GUI is a Graphical User Interface letting you use Git without touching command line. It is an alternative among other Git clients. Since Git GUI is very minimal, you could also look at other alternatives if GUIs interest you.

由您决定要使用哪个.与其他许多人一样,我建议您在切换到图形界面之前通过命令行学习Git.如果您不知道在Git Bash和Git CMD之间选择哪个,那么我会选择Git Bash,因为bash是一个非常有用的学习工具.

It is up to you to decide which you want to use. As many others, I recommend you to learn Git with command line before switching to a graphical interface. If you don't know which to choose between Git Bash and Git CMD, I'd go for Git Bash since bash is a really useful tool to learn.

这篇关于Git GUI,Git Bash,Git CMD之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆