# git init
git remote add origin https://github.wdf.sap.corp/HEC-MCD-SM/scripts.git
git remote -v
git clone https://github.wdf.sap.corp/HEC-MCD-SM/scripts.git
add add .
git push -u origin master
#git clone https://github.wdf.sap.corp/HEC-MCD-SM/
git config --global http.sslVerify false
git config --global user.email georgi.georgiev05@sap.com
git config --global user.name C5280383
# fork a new brank from master and set it to default used
git checkout -b branch_name
git push -u origin branch_name
