Hello there!
Let's learn something today.
YOU'RE BUILDING
Pharmasift Part I
ROADMAP
Frontend
DIFFICULTY LEVEL
Beginner
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
-
Sign up at GitHub
-
To Install Git locally
Visit Git to download and set up. It’s like any other software.
-
Check if Git is successfully installed
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.