Add "normal" workflow

After each section, add the "standard" workflow

After console section: (create .gitignore file)

  • git add *
  • git commit -m "My changes"
  • git push

After GitLab section:

  • git pull
  • git checkout -b my-feature
  • git add *
  • git commit -m "My changes"
  • git push (merge on GitLab)