Skip to content

wellenfunktion/2espx-2024-dddjava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2espx-2024-dddjava

Material didático utilizado no curso de "Domain-driven-design com Java" para a turma X do curso de Engenharia de Software na FIAP.

Árvore de Projetos

  1. libuncleotido

Troubleshotting

Fazendo Fork do projeto

Atualizando Fork

# 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

About

fork da disciplina de java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.4%
  • Makefile 4.6%