Add Files to a Repository

Learn how to add new files and folders to a repository.

We'll cover the following

The git add Command

The add command tells Git to start tracking the files in the local index.

1	git add mycode.py
2	git status

Get hands-on with 1200+ tech skills courses.