Skip to content
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

Translate A-git-in-other-environments 1-git-other-environments v2 #191

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions book/A-git-in-other-environments/1-git-other-environments.asc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[appendix]
== 其它环境中的 Git

如果你从头至尾读到了这里,你肯定已经掌握了不少使用 Git 命令行操作的知识。
你学会了操作本地文件,通过网络连接你的仓库,以及和他人进行有效率的合作
从头至尾读到了这里,你肯定已经掌握了不少使用 Git 命令行操作的知识。
你学会了操作本地文件,通过网络连接你的仓库,以及与他人进行有效率的合作
但是故事并未就此结束;Git 通常只是更大的生态圈的一部分,在某些情况下使用终端并不是最合适的方式。
现在就让我们来了解一下在其它类型的环境中如何更好的使用 Git,以及别的应用(包括你的)如何与 Git 进行协作。
现在就让我们来了解一下如何在其它类型的环境中更好地使用 Git,以及别的应用(包括你的)如何与 Git 进行协作。

include::sections/guis.asc[]

Expand All @@ -19,6 +19,6 @@ include::sections/zsh.asc[]

include::sections/powershell.asc[]

=== Summary
=== 总结

You've learned how to harness Git's power from inside the tools that you use during your everyday work, and also how to access Git repositories from your own programs.
你已经学会了如何从日常工具中发挥 Git 的强大力量,以及从自己的程序中访问 Git 仓库的方法。