KEY POINTS:
Command : git init
➔ It can be used to convert an existing, unversioned project to a Git repository or initialize a new, empty repository.
➔ Executing git init creates a .git subdirectory in the current working directory, which contains all of the necessary Git metadata for the new repository.
➔ This metadata includes subdirectories for objects, refs, and template files.
➔ A HEAD file is also created which points to the currently checked out commit.
Смотрите видео GIT : Create Git repository онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь VDS Tech Labs 30 Сентябрь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 229 раз и оно понравилось 4 людям.