Add Files to a Repository
Understand how to use the git add command to stage files in your local Git repository. Learn the process of moving files from local changes to the staging area, preparing them for committing and building your project history.
We'll cover the following...
We'll cover the following...
The git add Command
The add command tells Git to start tracking the files in the local index.