Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Git workflow


May 25, 2021 Git


Table of contents


Git workflow

In this section, we'll show you how Git works.

The general workflow is as follows:

  • Clone Git resources as a working directory.
  • Add or modify files on cloned resources.
  • If someone else modifies it, you can update the resource.
  • View the changes before submitting.
  • Submit the changes.
  • After the modification is complete, if an error is found, you can withdraw the commit and modify it again.

The following image shows Git's workflow:

Git workflow