Skip to content

learn branch update #1

Description

@goforit615

What?

깃허브 과제 저장소 ai-service-code/building-ai-services-mini-project-mini-project.git를 업데이트 하였습니다.

Why?

미니프로젝트 과제를 만들었습니다.

Todo's

  • 현재 원격/브랜치 상태 확인
  • 로컬 learn 브랜치 생성(또는 전환)
  • origin에 learn 푸시 및 추적 설정
  • 설정 검증

원본 저장소 : https://github.com/ai-service-code/building-ai-services-mini-project-mini-project.git
학생 저장소 : 원본 저장소에서 가져온 과제 저장소

# 학생 브랜치에서...
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

이후로는
제출 할 과제 저장소로 push
git push -u origin learn

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions