-
Notifications
You must be signed in to change notification settings - Fork 359
translated 1.4 Getting Started - The Command Line #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
For one, the command line is the only place you can run *all* Git commands – most of the GUIs only implement some subset of Git functionality for simplicity. | ||
If you know how to run the command line version, you can probably also figure out how to run the GUI version, while the opposite is not necessarily true. | ||
Also, while your choice of graphical client is a matter of personal taste, _all_ users will have the command-line tools installed and available. | ||
Git 有多种使用方式。您可以使用原生的命令行模式,也可以使用 GUI 模式,这些 GUI 软件也能提供多种功能。在本书中,我们将使用命令行模式。这是因为首先,只有在命令行模式下您才能执行 Git 的*所有*命令,而大多数的 GUI 软件只实现了 Git 所有功能的一个子集以降低操作难度。如果您学会了在命令行下如何操作,那么您在操作 GUI 软件时应该也不会遇到什么困难;但是,反之并不一定成立。此外,由于每个人的想法与侧重点不同,不同的人常常会安装不同的 GUI 软件,但_所有_人一定会有命令行工具。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原文是每句占一行,翻译时需要对应翻译。下同。
@shuaishuai Asciidoctor 渲染后的文本不换行。 |
@Lax 好的,下午我来改一下 |
已按原文换行。 |
Git 有多种使用方式。 | ||
您可以使用原生的命令行模式,也可以使用 GUI 模式,这些 GUI 软件也能提供多种功能。 | ||
在本书中,我们将使用命令行模式。 | ||
这是因为首先,只有在命令行模式下您才能执行 Git 的*所有*命令,而大多数的 GUI 软件只实现了 Git 所有功能的一个子集以降低操作难度。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的"for simplicity"所指的应该是实现难度,不是操作难度,建议重新翻译一下。此处欢迎讨论。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个我翻的时候确实认为是操作难度
,我再想想。可以去英文版那边确认一下?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, clear
translated 1.4 Getting Started - The Command Line
100%