#6 Making a Commit Using Git (create a backup) | Git for Dummies and Slow learners 2024

Опубликовано: 28 Апрель 2026
на канале: MaxiPy
18
0

This tutorial illustrates how to create your first commit and stage the files (register a backup with the help of Git in simple terms)
What you will learn in this episode:
1. Register files in Git, command = "git add ." for all files in the project. "git add filename.extension" for a single file
2. Creating a commit comment or note using the command: git commit -m "commit note"
3. Checking the status of the project after adding files and putting the commit note using the command: git status

No technical terms have been used with the intention that Slow Learners, Dummies and Complete beginners can understand easily. Help me Share widely so that it can reach the people who need it the most.

Documentation Resources: https://git-scm.com/doc

#git #github #coding #githublearning #tutorials #tutorial #EasyLearning #TechForDummies #SlowAndSteady #Programming #VersionControl