How to use Git - Git Video Tutorial - Part 3 (The basic file flow, rm, add, commit, gitignore)

Опубликовано: 15 Апрель 2026
на канале: Jason
22,313
121

Part 3!

Before moving onto multiple users, I am going to "slow down" and hit home the basic flow of files. This is something subtle but very important if you are to become powa-ful git masta.

Some of the commands you've seen before, some you haven't.

git add
git commit
git reset HEAD with the filename
git rm

We will also be creating a file called .gitignore to ignore some pesky files we don't want others to see or that may not be needed for the overall project.

Enjoy!