Clone Test Project | Bondar Academy
Course: Git and GitHub Fundamentals
Module: Working with Git and GitHub
Instructor: Artem Bondar
Lesson Summary
This lesson covers the process of copying a project template from Bonder Academy to your GitHub account and cloning it to your local computer for practicing Git operations. Steps to Clone a Project Access Bonder Academy: Go to the search bar and type Bonder Academy . Select the Users folder and find Bonder Academy . Navigate to Repositories . Select the Template: Choose the Playwright Practice App template. Click on Use This Template to create a new repository. Name Your Repository: Provide a name for your repository (e.g., BWPracticeApp ). Click Create Repository . Clone the Repository: Click on the Code button and copy the URL. Create a folder on your computer (e.g., Git Repo on the desktop). Open a terminal session in the folder. Run the command: git clone [URL] where [URL] is the copied link. Open in Visual Studio Code: Open Visual Studio Code and navigate to the cloned folder. Select the folder and click Open . Now your project is successfully cloned, and you are ready to proceed to the next lesson.