Pro Git 2nd Edition 2.1.413-s, or -m options, just provide a tag name: $ git tag v1.4-lw $ git tag v0.1 v1.3 v1.4 v1.4-lw v1.5 This time, if you run git show on the tag, you don’t see the extra tag information. The command just -a v1.2 9fceb02 You can see that you’ve tagged the commit: $ git tag v0.1 v1.2 v1.3 v1.4 v1.4-lw v1.5 $ git show v1.2 tag v1.2 Tagger: Scott ChaconDate: Mon Feb 9 15:32:16 2009 is just like sharing remote branches — you can run git push origin . $ git push origin v1.5 Counting objects: 14, done. Delta compression using up to 8 threads. Compressing objects: 100% (12/12) 0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413-s, or -m options, just provide a tag name: $ git tag v1.4-lw $ git tag v0.1 v1.3 v1.4 v1.4-lw v1.5 This time, if you run git show on the tag, you don’t see the extra tag information. The command just -a v1.2 9fceb02 You can see that you’ve tagged the commit: $ git tag v0.1 v1.2 v1.3 v1.4 v1.4-lw v1.5 $ git show v1.2 tag v1.2 Tagger: Scott ChaconDate: Mon Feb 9 15:32:16 2009 is just like sharing remote branches — you can run git push origin . $ git push origin v1.5 Counting objects: 14, done. Delta compression using up to 8 threads. Compressing objects: 100% (12/12) 0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 -s, or -m options, just provide a tag name: $ git tag v1.4-lw $ git tag v0.1 v1.3 v1.4 v1.4-lw v1.5 This time, if you run git show on the tag, you don’t see the extra tag information. The command just -a v1.2 9fceb02 You can see that you’ve tagged the commit: $ git tag v0.1 v1.2 v1.3 v1.4 v1.4-lw v1.5 $ git show v1.2 tag v1.2 Tagger: Scott ChaconDate: Mon Feb 9 15:32:16 2009 is just like sharing remote branches — you can run git push origin . $ git push origin v1.5 Counting objects: 14, done. Delta compression using up to 8 threads. Compressing objects: 100% (12/12) 0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66审校者 1.1 关于版本控制 @Lax 许伟程 1.2 Git 简史 @Lax 1.3 Git 基础 @Lax @Geno1024 1.4 命令行 @hbrls @spacewander 1.5 安装 Git @Lax 许伟程 1.6 初次运行 Git 前的配置 @networm @xinqiu @robinwen @ahlijin 许伟程 1.7 获取帮助 @Lax 1.8 总结 @Lax Visual Studio Code 中的 Git @Asurada @networm A1.4 Eclipse 中的 Git @WispZhan @IceNature @Geno1024 许伟程 A1.5 IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中的 Git @Asurada @networm A1.6 Sublime Text 中的 任何其他信息。 创建轻量标签,不需要使用 -a、-s 或 -m 选项,只需要提供标签名字: $ git tag v1.4-lw $ git tag v0.1 v1.3 v1.4 v1.4-lw v1.5 这时,如果在标签上运行 git show,你不会看到额外的标签信息。 命令只会显示出提交信息: $ git show v1.4-lw commit ca82a6dff817ec66f44342007202690a937639490 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66关于版本控制 @Lax 许伟程 1.2 Git 简史 @Lax 1.3 Git 基础 @Lax @Geno1024 章节 译者 审校者 1.4 命令行 @hbrls @spacewander 1.5 安装 Git @Lax 许伟程 1.6 初次运行 Git 前的配置 @networm @xinqiu @robinwen @ahlijin 许伟程 1.7 获取帮助 @Lax 1.8 总结 @Lax Visual Studio Code 中的 Git @Asurada @networm A1.4 Eclipse 中的 Git @WispZhan @IceNature @Geno1024 许伟程 A1.5 IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中的 Git @Asurada @networm A1.6 Sublime Text 和存储到一个文件中——没有保存任何其他信息。 创建轻量标签,不需要使 用 -a、-s 或 -m 选项,只需要提供标签名字: $ git tag v1.4-lw $ git tag v0.1 v1.3 v1.4 v1.4-lw v1.5 这时,如果在标签上运行 git show,你不会看到额外的标签信息。 命令只会 显示出提交信息: $ git show v1.4-lw commit ca82a6dff817ec66f4430 码力 | 670 页 | 13.59 MB | 1 年前3
Gitea v1.21.1 中文文档1 1.4.1 1.4.0 ⚠ 不建议,后果自负!尽管数据库结构可能不会变更,让它可以正常工作。我们强烈建议 降级前进行完全的备份。 1.4.x 1.5.y 数据库会被自动升级。你可以直接从 1.4.x 升级到最新的 1.5.y。 1.5.y 1.4.x 数据库已被升级且无法用于旧版本Gitea,使用备份来进行降级。 因为你不能基于升级后的数据库运行旧版 Gitea,所以你应该在数据库升级前完成数据备份。 月(相当于4周) 用于指定时间的数字()也可以是小数,例如 @1.5h 表示一小时半。多个时间单位可以结合使用,例 如 @1h10m 表示1小时10分钟。 提交消息示例: Fixed #123 spent @1h, refs #102, fixes #124 @1.5h 这将导致工单 #123 增加 1 小时,工单 #124 增加 1 小时半。 Gitea 0 码力 | 303 页 | 3.88 MB | 1 年前3
共 6 条
- 1













