Hello there!

Let's learn something today.

YOU'RE BUILDING

Pharmasift Part I

ROADMAP

Frontend

DIFFICULTY LEVEL

Beginner

Sections
0 / 33 Chapters Completed (0%)

2. Setup GitHub Account

Now that you understand the significance of version control and the role GitHub plays, it's time to create your GitHub account. Your GitHub account is the gateway to collaborative development, allowing you to share and contribute to projects. Follow these steps to set up your GitHub account:

Steps

  1. Sign up at GitHub

  2. To Install Git locally

    1. Visit Git to download and set up. It’s like any other software.

  3. Check if Git is successfully installed

    1. Open Powershell or Command Prompt and type

    git --version
    

    You should see the installed Git version.

    TIP: Feel free to open ChatGPT or search on Google if you’re stuck at any point.