GIT CMD command line:

cd desktop=>cd ..

Configuration(установка конфигурации):

cd desktop => git config –global user.name “Darja Suhhanova” => git config –global user.email “darja.portnova@gmail.com”

Configuration control:

git config user.email => git config –global –list

Git clone the repository:

Branch- ветка

git clone S:\TARgv23git\Welcome => cd welcome => git branch Darja => git checkout Darja => git status => git add . => git commit -a -m “nimi Darja on lisatud faili” => git status => git push => git push –set-upstream origin Darja

Added question for other people