1 - Basic GIT workflow

Опубликовано: 02 Апрель 2026
на канале: ADMAT
127
13

Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows


I am explaining the basics here


4:00 - Install GIT
6:53 - git init
7:39 - git status
8:30 - git add
9:23 - git commit
11:07 - git log