{{Header}} {{IconSet|h1|1}} Retrieve a list of available git tags. {{CodeSelect|code= git --no-pager tag }} {{IconSet|h1|2}} Use git checkout to select the preferred version to build. Note: Replace {{{version}}} with the actual version chosen for the build. Common sense is required when choosing the right version number. For example, the latest available version number is not necessarily the most stable or suitable. Follow the [[Stay Tuned|{{project_name_short}} News Blog]] as it might contain information. {{CodeSelect|code= git checkout {{{extra}}} {{{version}}} }} {{IconSet|h1|3}} Digital signature verification. Optional. If you choose to perform digital signature verification above, you can verify the currently chosen commit (HEAD) again for additional assurance. {{CodeSelect|code= git verify-commit HEAD }} {{IconSet|h1|4}} Done. Version selection has been completed. {{Footer}} [[Category:MultiWiki]]