Set Up Git, Register GitHub, and Make Your First Commit - Step-by-Step Guide

Опубликовано: 04 Август 2026
на канале: QA Routine
104
11

In this easy-to-follow guide, learn how to set up Git on your machine, create and configure your GitHub account, generate and add an SSH key, and commit your first changes to a repository.

Steps Covered:

Install Git: Get Git up and running on your machine. https://git-scm.com/download/mac
Generate an SSH Key: Securely connect your local machine to GitHub. How to Generate SSH Key - https://docs.github.com/en/authentica...

Check Existing SSH Keys: Ensure your connection is correctly configured. Check Existing SSH Keys - https://docs.github.com/en/authentica...

Add SSH Key to GitHub Account: Link your SSH key to GitHub for secure authentication. Add SSH Key to GitHub - https://docs.github.com/en/authentica...

Whether you're a beginner or just need a quick refresher, this video will walk you through the essential steps to get started with Git and GitHub.


------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------
CHAPTERS:

00:00 #1 Intro
00:41 #2 Register GitHub account
02:30 #3 Create first repository in github
02:53 #4 Install brew and git on MacOs
03:41 #5 Generate SSH key
06:22 #6 Add SSH key to GitHub account
06:53 #7 Initialise git repository
08:18 #8 Commit changes to github repository
09:40 #9 Conclusions