Git 초기 설정 방법

이주희·2022년 3월 20일
0

Git

목록 보기
3/8

Git 초기 설정 방법

  1. Github에 repository 생성
  2. 해당 프로젝트 안에서 git init 입력
    하위 directory가 있을 경우
  3. repository(원격 저장소)와 프로젝트 폴더 연결: git remote add origin 주소
  4. 코드 등록
    git add .
    git commit -m "message"
    git push origin master
profile
🍓e-juhee.tistory.com 👈🏻 이사중

0개의 댓글