Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 545 Bytes

git_guide.md

File metadata and controls

19 lines (11 loc) · 545 Bytes

Если вы не хотите заморачиваться:

Десктопный клиент Github

Если вы хотите заморачиваться:

Установка Git

Консольный клиент Git

Как клонировать репозитарий

git clone https://github.com/CommanderDuck/express_ml.git

Как обновить репозиторий

git stash
git pull --rebase origin master
git checkout stash -- .