# 학생 브랜치에서...
git remote add upstream https://github.com/ai-service-code/building-ai-services-mini-project-mini-project.git
git fetch upstream
git remote -v
git fetch upstream
git branch -r
git switch -c learn --track upstream/learn
git push -u origin learn
git branch -vv
git ls-remote --heads origin
What?
깃허브 과제 저장소 ai-service-code/building-ai-services-mini-project-mini-project.git를 업데이트 하였습니다.
Why?
미니프로젝트과제를 만들었습니다.Todo's
이후로는
제출 할 과제 저장소로 push
git push -u origin learn