Common Git workflows

Git is a powerful tool, but it can be quite confusing. There are a lot of commands to remember, and resolving conflicts is just a complicated concept in general. In this exercise, you'll learn the most common and easiest to use workflow for Git within VS Code.

  • Modify both of the meta tag descriptions in the "index.html" file

  • Stage both files

  • Commit both files

  • Push changes to Github

Last updated