変更をステージする
変更内容をステージしてコミットし、リモートリポジトリにプッシュしたり Gerrit に送信してレビューしたりできるようにします。
現在のファイルをステージする
新規ファイルや変更したファイルをリポジトリにコミットするには、Tools >Git >Current File と進み、Stage <file> for Commit を選択します。
この操作を取り消すには、Unstage <file> from Commit を選択します。
チャンクや行をステージする
Git Diffビューでは、コミットの変更を塊ごと、あるいは行ごとにステージすることができます。
How To: Use 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.