Appendix A: 在其它环境中使用 Git 如果你读完了本书,那就已经掌握了很多在命令行中使用 Git 的知识了。 你可以用它来处理本地文件,通过网络连接到他人的仓库,以及高效地与他人协同工作。 不过故事到这儿还没结束。Git 通常还会作为一个组件在更大的生态系统中使用, 而终端并不总是最佳的使用方式。现在我们来看看 Git 在其它环境中的使用, 以及其它应用(包括你的应用)是如何与 Git 协同使用的。 book/A-git-in-other-environments/sections/guis.asc book/A-git-in-other-environments/sections/visualstudio.asc book/A-git-in-other-environments/sections/visualstudiocode.asc book/A-git-in-other-environments/sections/jetbrainsides.asc book/A-git-in-other-environments/sections/sublimetext.asc book/A-git-in-other-environments/sections/bash.asc book/A-git-in-other-environments/sections/zsh.asc book/A-git-in-other-environments/sections/powershell.asc 总结 现在你已经学会如何在日常使用的工具中驾驭强大的 Git,以及如何在自己的程序中访问 Git 仓库了。