初始化 Git 仓库
要开始控制当前不在版本控制之下的项目目录,请访问Tools >Git ,然后选择Create Repository 。
Qt Creator Git会创建一个名为.git的新子目录,其中包含所有必要的版本库文件。
不过,Git 还不能跟踪项目中的任何内容,因此需要创建一个初始提交来开始跟踪项目文件。
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.