How to git
git clone <git address> git -c http.sslVerify=false clone https://example.com/path/to/git
git add <dir/file>
git commit -m "some text"
git push origin master