<noinclude>
{{Header}}
</noinclude>'''1.''' Check if you really got the version you want.
{{CodeSelect|code=
git describe
}}
The output should show.
{{PreBox|{{{version}}}}}
'''2.''' Check if source folder is pristine.
{{CodeSelect|code=
git status
}}
Output should be the following.
* '''A)'''
<code>
HEAD detached at {{{version}}}<br />
nothing to commit, working tree clean
</code><br />
<u>or,</u>
* '''B)'''
<pre>
Not currently on any branch.
nothing to commit, working tree clean
</pre>