filmov
tv
Git Tutorial 3 - git add || Tracked file, Untracked file and Staging in GitHub

Показать описание
In this video I'm going to show you what are the tracked files, untracked files, modified and unmodified states while working with GitHub. Basically, I will use git add, git status and git commit -m command. The git add command adds a change in the working directory to the staging area. It tells Git that you want to include updates to a particular file in the next commit. However, git add doesn't really affect the repository in any significant way—changes are not actually recorded until you run git commit