Replace wget with git clone in manual test cases
In scenarios where restrictions are applied to git repositories the use of wget equires token to be added in the URL, which leads to exposure of it in manual test cases.
The use of git clone instead avoids this issue by relaying in the user credentials configured.
Edited by Nithin Mysore Nagesh