Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 244 Bytes

init.md

File metadata and controls

11 lines (6 loc) · 244 Bytes

All commands with "init"

Initialize a Git repo

Create a new Git repository from an existing directory

git init

Create a new Git repository in a particular directory to generate a new .git subdirectory.

git init [directory_name]