Coding4Beginners: Clone Workspace

Introduction

To work with our course, we need the workspace repositories, where we store our work

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

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

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