Material didático utilizado no curso de "Domain-driven-design com Java" para a turma X do curso de Engenharia de Software na FIAP.
# https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
git fetch upstream
git checkout your-branch
git merge upstream/branch-you-want-to-update-from
git push origin your-branch