Learn to use Git and Github from scratch
Difficulty: Junior ● Progress: 0 / 0 modules completed
Initializing a local repository
To create a local repository, nothing could be simpler: just create an empty folder with the name of your choice (via the command line or your OS interface), move into it, and use the "git init" command.
Here is an example with a folder called "project":
$> cd ./project
$> git init
You need to purchase this course to read this module!
Or !