1. Инициализируем репозиторий командой git init ``` C:\Users\User\skv3_lab>git init Initialized empty Git repository in C:/Users/User/skv3_lab/.git/ ``` 1. Выполняем команду git status ``` C:\Users\User\skv3_lab>git status On branch master No commits yet nothing to commit (create/copy files and use "git add" to track) ```