git init
Creates an empty git repository to the current folder
git init
Creates a directory
mygit
inside the current folder and an empty git repository into the newly created folder
git init mygit
by Valeri Tandilashvili
4 years ago
Git
Git Tutorial - Learn Command-line Git & GitHub
1
Pro tip: use ```triple backticks around text``` to write in code fences