Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 302 Bytes

File metadata and controls

20 lines (12 loc) · 302 Bytes

GIT

Регистрация

git config --global user.email s@gmail.com

git config --global user.name Stanislav

git config --list

git config user.name

git config user.email

Bybwbfkbpfwbz

git init git status

git add read.md git commit -m "Добавили файл"