Coding4Beginners: Clone Repositories

Introduction

To work with our course, we need a few repositories

Clone Repositories

To clone the repositories, switch to the create folder C:\Coding4Beginner and run the git clone command for each repository.

First, change folder to C:\Coding4Beginner

c:
cd \Coding4Beginner

Then, clone the DevContainer. This will be our development environment

git clone https://github.com/coding4beginner/DevContainer

Then, clone the repository with our Lessons

git clone https://github.com/coding4beginner/Course_WebDeveloper-Lessons Lessons

Next, clone the Workspace Repository. This will be the place where you work, create our exercises and solutions.

git clone https://github.com/<your github id>/Workspace Workspace

Finaly, create the folder for additional courses for self study

mkdir Courses
git clone https://github.com/coding4beginner/Course_Learning-Python Courses\Learning-Python
git clone https://github.com/coding4beginner/Course_Learning-Django Courses\Learning-Django
git clone https://github.com/coding4beginner/Course_CSS-Tutorial-Grid Courses\CSS-Tutorial-Grid

The final folder structure should look like this: