...

/

Add Files to a Repository

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.

 ...