git init

29.01.2021 - Записи в блоге

git init
git remote add origin https://bitbucket.domain.ru/scm/gtoup/project.git
git config http.sslVerify false
git fetch origin
git checkout branch1
git add .
git commit -m  "12345"[]
git push

 

› tags: git / ssl /