What is GIT, how does it work, and how to use it - GIT Tutorial

Опубликовано: 05 Август 2026
на канале: GiulioAndCode
1,989
99

Today, we'll look at the basics of getting started with Git, a version control system that allows us to save the progress of our projects and collaborate with others.

🔗Useful Links
► Download GIT
https://git-scm.com/downloads
► GitHub
https://github.com/
► Download Github Desktop
https://desktop.github.com/

🎪GiulioAndCommunity
A server where the community has fun and chats every day. Plus, enjoy all the fantastic controls and features like a leveling system, economy, birthdays, fun controls, support, and much more.
https://dsc.gg/giulioandcommunity

🎭All My Social Media and Contacts
https://andcode.it/links

Like, Comment, and Share the video😙
Subscribe and activate the bell🔔

💾My Gear
Camera: https://amzn.to/3rC3QBX
Secondary Lens: https://amzn.to/3i4iFdf
Tripod: https://amzn.to/3jc69rJ
Microphone: https://amzn.to/3f6rly1
Headphones: https://amzn.to/3iYHFBQ
Laptop: https://amzn.to/3l8xvkT
iPhone: https://amzn.to/3iZHwhJ
iPad: https://amzn.to/3p3WLdZ
Monitor: https://amzn.to/3BPxmbR
Mouse: https://amzn.to/3BLCyxz
Keyboard: https://amzn.to/3iOCN2g

📑Index
0:00 Intro
0:17 Introduction
1:49 Installing GIT
2:35 Navigating to the project folder
3:56 Initializing GIT (git init, git status)
5:03 Adding files to the GIT index (git add)
6:02 Creating a commit (git commit)
7:41 Quick recap
8:23 Removing files from the GIT index (git restore)
9:51 Viewing all commits (git log)
10:41 Connecting to a remote server (git remote)
12:34 Uploading files to a remote repository (git push)
1:28 PM Summary
2:32 PM Outro