为新项目创建版本控制系统(VCS)仓库

对于支持创建本地仓库的版本控制系统(如 Git、Mercurial 或 Bazaar),您可以通过以下方式创建仓库:

  • 要创建新项目,请转至File >New Project ,并在向导的最后一步中选择版本控制系统。
  • 若要将项目目录置于版本控制之下,请访问Tools ,然后在版本控制系统的子菜单中选择Create Repository
  • 若要导入已处于版本控制下的项目,请转至File >New Project >Project from Version Control ,并选择您使用的版本控制系统。按照向导的说明导入项目。

另请参阅 《如何:使用 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.