Add Files to a Repository
Learn how to add new files and folders to a repository.
The git add Command
The add command tells Git to start tracking the files in the local index.
Learn how to add new files and folders to a repository.
git add CommandThe add command tells Git to start tracking the files in the local index.