Install Git and use GitHub step-by-step (for absolute beginners)

Опубликовано: 31 Март 2025
на канале: Big Stupid Tech
399
11

How to download a file on GitHub? How to upload a folder to a GitHub repo?

In this video we'll go step by step how to create on account on github.com, install Git on Windows 11, clone a GitHub repository with command prompt, create a Personal Access Token, commit code changes and push.

0:00 - What are Git and GitHub
1:34 - Create an account on GitHub
3:02 - Install Git
4:05 - Use Git in Command Prompt
5:25 - Clone a repository
6:47 - git commit
8:04 - Create a Personal Access Token
10:17 - Use Personal Access Token

Commands used:
git add --all
git commit -m “message”
git push
git pull
cd/
mkdir Apps
cd Apps
cd repository-name
git remote set-url origin https://[email protected]/username/repository-name
git clone https://github.com/username/repositor...


How to delete a repository in GitHub:
Click on Settings icon of repo. Scroll to Danger Zone section. Click Delete this repository. Type repo name when prompted.