프로젝트 시작 (git 초기세팅 - pull버전)

김선주·2022년 1월 13일
0

프로젝트 시작할때, 초기세팅 완료 후

git clone (https://github.com/repository주소)

git branch (브랜치 이름 생성feature/main)

git checkout feature/main

pr.

git add .

git commit -m "(수정사항 및 구현중 메세지 작성)"

git push origin (feature/main)

pr 템플릿 작성

merge 된 후, 다시 pull

(pull은 항상 master에서 )
git checkout master

git pull origin master

돌아가서

git checkout feature/Auth


리베이스

git push feature/Auth -f

profile
김선주입니다.

0개의 댓글