Team project_02-2

연가을·2022년 7월 20일
0
post-custom-banner

GitHub Repositories 팀원과 Fork 연결

  1. 깃허브 로그인 -> repositories -> New

  2. Repository name 입력 -> Add a README file 체크 -> Create Repository

  1. Vs에서 작업 폴더열기 file -> open foler

  2. 새 터미널 열기 -> git bash

** 5번,6번,8번 git bash

  1. git config --global user.name "계정 이름"

  2. git config --global user.email "계정에 등록된 이메일"

  3. Github Repository link 가져오기

  4. git clone "복사한 계정 링크"

9.로컬 폴더안에 깃허브(원격) repository가 생성됨

--> Repository 클릭 -> .git 폴더 생성 확인

  1. git bash 에서 Repository로 들어오기

    cd (Repository 이름)

  2. git remote -v 로 중간 확인

post-custom-banner

0개의 댓글