Skip to content

lshwa/SoftwareEngineering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yutnori

How to update frontend and backend by remote repository

How to change FE repo

git rm -r frontend git commit -m "remove old frontend module" git subtree add --prefix=frontend <FE repo> main --squash

Swing version

https://github.com/Yut-nori/Yutnori_FE.git

FX version

https://github.com/Yut-nori/Yutnori_FE_FX.git

frontend

git fetch frontend git subtree add --prefix=frontend frontend <branch name> --squash

git fetch backend git subtree add --prefix=backend backend <branch name> --squash

Make jar file

gradlew.bat :frontend:shadowJar

About

2025-1 윷놀이 게임 만들기

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%