Latest web development tutorials

Git workflow

This chapter we will introduce Git workflow.

The general workflow is as follows:

  • Git clone resources as a working directory.
  • Add or modify files on the clone resources.
  • If someone else changed, you can update the resource.
  • Before submission to see the changes.
  • Submit changes.
  • After editing, if you find an error, you can withdraw and submit revised and submitted again.

The following figure shows the Git workflow: