Postgresql 中文操作指南

I.1. Getting the Source via Git #

使用 Git,您可以在本地计算机上创建整个代码存储库的副本,因此您可以在脱机状态下访问所有历史记录和分支。这是开发或测试补丁最快、最灵活的方式。

With Git you will make a copy of the entire code repository on your local machine, so you will have access to all history and branches offline. This is the fastest and most flexible way to develop or test patches.

Git

Git 不仅可以获取源代码,还能执行其他更多操作。有关详细信息,请参阅 Git 手册页或访问 https://git-scm.com 上的网站。

Git can do a lot more things than just fetch the source. For more information, consult the Git man pages, or see the website at https://git-scm.com.