Git Workflow

Git is a local version control system that tracks code changes, while GitHub is a cloud-based platform used to host those changes and collaborate with others. Together, they form the backbone of modern software development by allowing multiple developers to work on the same codebase simultaneously without overwriting each others work

Working directory of git

This is the actual, physical folder on your computer's filesystem where you view, create, edit, and delete your project files.

It can either contain :