git push origin HEAD:refs/for/develop git fetch git rebase origin/develop git checkout -b surfaceapi commit git fetch git rebase origin/develop scp -P 29418 misalmel@qt-gerrit.it.local:hooks/commit-msg .git/hooks git clone ssh://misalmel@qt-gerrit.it.local:29418/QtRD-15810/qtdatavis3d qtdatavis3d_2 git clone https://codereview.qt-project.org/qt/qt3d git clean -d -x -f will remove untracked files, including directories (-d) and files ignored by git (-x). Replace the -f argument with -n to perform a dry-run or -i for interactive mode and it will tell you what will be removed. $ export PATH=/c/Perl64/bin:$PATH // Git hang-up problem git config --global http.sslVerify false QT_LOGGING_RULES=qt.qpa.gl=true QLoggingCategory::setFilterRules("qt.qpa.gl=true"); Qt3D.Core.Nodes=true;Qt3D.Core.Aspects=true;Qt3D.Core.Resources=true;Qt3D.Core.ChangeArbiter=true