使用 Git
Git是一个快速的去中心化版本控制系统。Git 支持 Windows、Linux 和 macOS 系统。
对于使用 Git 的项目,您可以使用Gerrit 代码审查工具。
Git 入门
- Commit your first change
- Create VCS repositories for new projects
- Git Tools
- Initialize Git repositories
- Set up Git
- Set up version control systems
- Use Git for Windows
- Use Git with Subversion
- Use common VCS functions
处理当前文件
要操作当前文件,请转至Tools >Git >Current File 。
使用当前项目
要处理当前项目,请访问Tools >Git >Current Project Directory 。
使用本地仓库
要使用本地仓库,请访问Tools >Git >Local Repository 。
- Create and apply patches
- Interactive rebase
- git amend
- git branch
- git clean
- git commit
- git diff
- git log
- git merge
- git reflog
- git reset
- git stash
- git status
使用远程仓库
要使用远程仓库,请访问Tools >Git >Remote Repository 。
另请参阅 《如何使用 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.