Initialize a local directory as a Git repository and add it to Github Part 1 – Download Git and create the directory
1 min read

Initialize a local directory as a Git repository and add it to Github Part 1 – Download Git and create the directory

Let’s add source control to a local directory with Github like here.

First download Git from here.

Next launch Git Bash.

Now create a new folder for your project and move into the folder.

mkdir itseasyasonetwothree
cd itseasyasonetwothree/

Great! Now in the next post we’ll create our Github repository.

Leave a Reply