 Pro Git 中文版 第2版 2.1.66靳阳 Kaartic Sivaraam William Gathoye 表格 1. 简体中文贡献者 章节 译者 审校者 1. 起步 7 章节 译者 审校者 1.1 关于版本控制 @Lax 许伟程 1.2 Git 简史 @Lax 1.3 Git 基础 @Lax @Geno1024 1.4 命令行 @hbrls @spacewander 1.5 安装 Git 10.8 环境变量 @qinglangee @vangie @IceNature @jeffsui 10.9 总结 @oldsharp @branchzero A1. 其它环境中的 Git A1.1 图形界面 @hbrls @IceNature A1.2 Visual Studio 中的 Git @liwenzhuo @devbean @IceNature @Geno1024 A1.3 Visual should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system0 码力 | 501 页 | 19.30 MB | 1 年前3 Pro Git 中文版 第2版 2.1.66靳阳 Kaartic Sivaraam William Gathoye 表格 1. 简体中文贡献者 章节 译者 审校者 1. 起步 7 章节 译者 审校者 1.1 关于版本控制 @Lax 许伟程 1.2 Git 简史 @Lax 1.3 Git 基础 @Lax @Geno1024 1.4 命令行 @hbrls @spacewander 1.5 安装 Git 10.8 环境变量 @qinglangee @vangie @IceNature @jeffsui 10.9 总结 @oldsharp @branchzero A1. 其它环境中的 Git A1.1 图形界面 @hbrls @IceNature A1.2 Visual Studio 中的 Git @liwenzhuo @devbean @IceNature @Geno1024 A1.3 Visual should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system0 码力 | 501 页 | 19.30 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66靳阳 Kaartic Sivaraam William Gathoye 表格 1. 简体中文贡献者 章节 译者 审校者 1. 起步 1.1 关于版本控制 @Lax 许伟程 1.2 Git 简史 @Lax 1.3 Git 基础 @Lax @Geno1024 章节 译者 审校者 1.4 命令行 @hbrls @spacewander 10.8 环境变量 @qinglangee @vangie @IceNature @jeffsui 10.9 总结 @oldsharp @branchzero A1. 其它环境中的 Git A1.1 图形界面 @hbrls @IceNature A1.2 Visual Studio 中的 Git @liwenzhuo @devbean @IceNature @Geno1024 A1.3 should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system0 码力 | 670 页 | 13.59 MB | 1 年前3 Pro Git 中文版 第2版 2.1.66靳阳 Kaartic Sivaraam William Gathoye 表格 1. 简体中文贡献者 章节 译者 审校者 1. 起步 1.1 关于版本控制 @Lax 许伟程 1.2 Git 简史 @Lax 1.3 Git 基础 @Lax @Geno1024 章节 译者 审校者 1.4 命令行 @hbrls @spacewander 10.8 环境变量 @qinglangee @vangie @IceNature @jeffsui 10.9 总结 @oldsharp @branchzero A1. 其它环境中的 Git A1.1 图形界面 @hbrls @IceNature A1.2 Visual Studio 中的 Git @liwenzhuo @devbean @IceNature @Geno1024 A1.3 should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system0 码力 | 670 页 | 13.59 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system (using the -a option): $ git tag -a v1.1 1a410efbd13591db07496601ebc7a059dd55cfe9 -m 'Test tag' Here’s the object SHA-1 value it created: $ cat .git/refs/tags/v1.1 9585191f37f7b0fb9444f35a9bf50de191beadc2 9585191f37f7b0fb9444f35a9bf50de191beadc2 object 1a410efbd13591db07496601ebc7a059dd55cfe9 type commit tag v1.1 tagger Scott Chacon Pro Git 2nd Edition 2.1.413should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system (using the -a option): $ git tag -a v1.1 1a410efbd13591db07496601ebc7a059dd55cfe9 -m 'Test tag' Here’s the object SHA-1 value it created: $ cat .git/refs/tags/v1.1 9585191f37f7b0fb9444f35a9bf50de191beadc2 9585191f37f7b0fb9444f35a9bf50de191beadc2 object 1a410efbd13591db07496601ebc7a059dd55cfe9 type commit tag v1.1 tagger Scott Chacon- Sat May 23 16:48:58 2009 -0700 Test tag Notice that the object 0 码力 | 731 页 | 21.49 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system (using the -a option): $ git tag -a v1.1 1a410efbd13591db07496601ebc7a059dd55cfe9 -m 'Test tag' Here’s the object SHA-1 value it created: $ cat .git/refs/tags/v1.1 9585191f37f7b0fb9444f35a9bf50de191beadc2 9585191f37f7b0fb9444f35a9bf50de191beadc2 object 1a410efbd13591db07496601ebc7a059dd55cfe9 type commit tag v1.1 tagger Scott Chacon Pro Git 2nd Edition 2.1.413should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system (using the -a option): $ git tag -a v1.1 1a410efbd13591db07496601ebc7a059dd55cfe9 -m 'Test tag' Here’s the object SHA-1 value it created: $ cat .git/refs/tags/v1.1 9585191f37f7b0fb9444f35a9bf50de191beadc2 9585191f37f7b0fb9444f35a9bf50de191beadc2 object 1a410efbd13591db07496601ebc7a059dd55cfe9 type commit tag v1.1 tagger Scott Chacon- Sat May 23 16:48:58 2009 -0700 Test tag Notice that the object 0 码力 | 501 页 | 17.96 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413 should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system (using the -a option): $ git tag -a v1.1 1a410efbd13591db07496601ebc7a059dd55cfe9 -m 'Test tag' Here’s the object SHA-1 value it created: $ cat .git/refs/tags/v1.1 9585191f37f7b0fb9444f35a9bf50de191beadc2 9585191f37f7b0fb9444f35a9bf50de191beadc2 object 1a410efbd13591db07496601ebc7a059dd55cfe9 type commit tag v1.1 tagger Scott Chacon Pro Git 2nd Edition 2.1.413 should understand why Git is around, why you should use it and you should be all setup to do so. 1.1. About Version Control What is "version control", and why should you care? Version control is a system (using the -a option): $ git tag -a v1.1 1a410efbd13591db07496601ebc7a059dd55cfe9 -m 'Test tag' Here’s the object SHA-1 value it created: $ cat .git/refs/tags/v1.1 9585191f37f7b0fb9444f35a9bf50de191beadc2 9585191f37f7b0fb9444f35a9bf50de191beadc2 object 1a410efbd13591db07496601ebc7a059dd55cfe9 type commit tag v1.1 tagger Scott Chacon- Sat May 23 16:48:58 2009 -0700 Test tag Notice that the object 0 码力 | 691 页 | 13.35 MB | 1 年前3
 Gitea v1.21.1 中文文档successThreshold: 1 9. failureThreshold: 10 成功的运行状况检查响应代码为 HTTP 200 ,下面是示例: 1. HTTP/1.1 200 OK 2. 3. { 4. "status": "pass", 5. "description": "Gitea: Git with a cup of tea", 6.0 码力 | 303 页 | 3.88 MB | 1 年前3 Gitea v1.21.1 中文文档successThreshold: 1 9. failureThreshold: 10 成功的运行状况检查响应代码为 HTTP 200 ,下面是示例: 1. HTTP/1.1 200 OK 2. 3. { 4. "status": "pass", 5. "description": "Gitea: Git with a cup of tea", 6.0 码力 | 303 页 | 3.88 MB | 1 年前3
共 6 条
- 1














