How to download and setup Git and a GitHub repository

Опубликовано: 26 Август 2026
на канале: Deuxx2025
35
1

Hello, this is a little video I made to help people on downloading Git and also to create a GitHub repository, mainly the video is practical but I also explained some parts. Thanks for reading this and I'll see you later.

Update 1
This is the order on how to set up your on GitHub Repo
1) Create the root folder of your project and set up the .gitignore file | 9:29 - 12:19
2) Initialize Git on the root folder (git init)
3) Go to GitHub and create a new repository | 7:56 - 8:37
4) In the folder open the terminal add and commit the files | 14:35 - 16:12
5) Copy and paste the command line generated by GitHub to wire your local repo with the GitHub repo | 17:00 - 17:30

Links:
Git: https://git-scm.com/install/windows
GitHub: https://github.com
Gitignore: https://github.com/github/gitignore
Git Licenses: https://docs.github.com/en/repositori...
Git Official Documentation: https://git-scm.com/book/en/v2