GIT : Create Git repository

Published: 30 September 2019
on channel: VDS Tech Labs
229
4

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.


Watch video GIT : Create Git repository online without registration, duration hours minute second in high quality. This video was added by user VDS Tech Labs 30 September 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 229 once and liked it 4 people.