

The error above, fatal: not a git repository (or any of the parent directories). For example, if you run git push -u origin master outside of a git repository, Git will simply not know what to push and where to push. Most of the Git commands must be executed against a Git repository. What is the “fatal: not a git repository” error?

A Git repository is a collection of files and information regarding past changes made in them.
