### Access historical code from the dev branch Source: https://github.com/qt/qtquickcontrols2/blob/dev/README.md This command creates a new local branch based on the commit immediately preceding the removal of the module from the dev branch. It allows developers to inspect the source code as it existed before the migration. ```bash git checkout -b my-dev dev~1 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.