提交
向 Git 提交更改:
- 访问Tools >Git >Local Repository 并选择Commit 。
General Information 显示提交的版本库和分支名称。
- 在Commit Information 中,查看并编辑修改的作者信息。
- 要绕过预提交和提交消息钩子,请选择Bypass hooks 。
- 如果您的项目使用签注,请选择Sign off ,在提交日志信息末尾添加作者签注的预告片。
- 在Description 中,输入提交信息。
- 在Files 中,选择要包含在提交中的文件。
- 选择Diff Selected Files 打开 "Git Diff Files"视图,在该视图中,你可以逐块或逐行查看改动并对其进行阶段划分。
- 选择Commit 开始提交。
要查看当前分支的日志,请选择Branch 中的分支名称。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.