Introduction Git is a version control system. It runs on your computer and keeps track of changes made to your project. Git workflow are steps you take to move a change from your local files into a shared project history.

Source: [Dev.to](https://dev.to/javan_p_962641807facd5030/understanding-the-git-workflow-working-directory-staging-commit-and-push-14hc)

Sponsored