Git Tutorial Command Init
Init is a command we can use to create a new git repo. It creates a .git subdirectory.
Terminal example:
Terminal
>
git init
> Output:
Initialized empty Git repository in /Users/chriscatto/Documents/GitK8/TestGitInit/.git/
Init is a command we can use to create a new git repo. It creates a .git subdirectory.
Initialized empty Git repository in /Users/chriscatto/Documents/GitK8/TestGitInit/.git/