Aller au contenu principal

Setting Up GitHub Repositories

Overview

This guide will walk you through the process of setting up GitHub repositories in your personal account. If you're unfamiliar with GitHub, it is a web-based platform that leverages Git, a version control system, to help developers manage and track changes in their code. It also facilitates collaboration on projects, tracks revisions, and enables code contributions from anywhere in the world. For more details, check out this article named introduction to GitHub on GeeksforGeeks. Plus, GitHub offers free accounts, which is always a bonus!

Prerequisites

Before proceeding, ensure you have a GitHub account. If you don't already have one, follow this guide to create a GitHub account.

Configuration Steps

Forking Repositories

To begin, you'll need to fork the repositories into your personal GitHub account:

  1. Log in to your GitHub account.

  2. Navigate to the landing page of the first project: AWS DevSecOps Pipeline.

  3. Click the Fork button in the top-right corner.

  4. Select your personal account as the Owner and click Create Fork. Ensure the Copy the main branch only option is enabled.

    alt text

  5. Repeat the above steps for the second project: Awesome FastAPI.

  6. Clone both repositories onto your local machine using the following command, as an example:

    git clone https://github.com/The-DevSec-Blueprint/awsome-fastapi.git