...

/

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.

1	git add mycode.py
2	git status
Access this course and 1400+ top-rated courses and projects.