1 / 15
文档名称:

代码管理 TopGit(Topic Git)改进.pdf

格式:pdf   大小:212KB   页数:15页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

代码管理 TopGit(Topic Git)改进.pdf

上传人:q1188830 2022/2/20 文件大小:212 KB

下载得到文件列表

代码管理 TopGit(Topic Git)改进.pdf

相关文档

文档介绍

文档介绍:: .
群英汇 TopGit 改进 2• tg: To abort: git rm -f .top* && git checkout tgmaster
&& tg delete t/tg_push_all

• # Hack, Hack, Hack...
• # Test, Test, Test...

• $ git st
• # On branch t/tg_push_all
• # Changes to be committed:
• # (use "git reset HEAD <file>..." to unstage)
• #
• # new file: .topdeps
• # new file: .topmsg
• #
• # Changed but not updated:
• # (use "git add <file>..." to update what will be
committed)
• # (use "git checkout -- <file>..." to discard changes
in working directory)
• #
• # modified: .topmsg
• # modified: tg-
• #

• $ git ci -a -m "add --all option support to tg_push"
• [t/tg_push_all 7df16a5] add --all option support to
tg_push
• 3 files changed, 22 insertions(+), 1 deletions(-)
3• create mode 100644 .topdeps
create mode 100644 .topmsg
• 切换到 master (debian) 分支,编译新的 群英汇 软件包 topgit+,并
安装
• $ git co master
• $ git br
• * master
• t/debian_locations
• t/export_quilt_all
• t/fast_tg_summary
• t/tg_completion_bugfix
• t/tg_patch_cdup
• t/tg_push_all
• tgmaster
• $ make -f debian/rules debian/patches
• rm -rf debian/patches
• tg export --quilt --all debian/patches
• Exporting t/debian_locations
• Exporting t/export_quilt_all
• Exporting t/fast_tg_summary
• Exporting t/tg_completion_bugfix
• Exporting t/tg_patch_cdup
• Exporting t/tg_push_all
• Exported topic branch (total 6 topics) to directory
debian/patches
• $ git st