{{Header}}
'''1.''' Check if you really got the version you want.
{{CodeSelect|code=
git describe
}}
The output should show.
{{{version}}}
'''2.''' Check if source folder is pristine.
{{CodeSelect|code=
git status
}}
Output should be the following.
* '''A)'''
HEAD detached at {{{version}}}
nothing to commit, working tree clean
or,
* '''B)'''
Not currently on any branch.
nothing to commit, working tree clean
If it shows something else, do not continue.
'''3.''' Done.
{{Footer}}
[[Category:MultiWiki]]