GitOps/Github (1) 썸네일형 리스트형 [Github] 정리 Local 연동# 사용자 설정$ git config --global user.name $ git config --global user.email # 저장소 clone$ git clone https://github.com/# token 인증된 저장소로 변경$ git remote remove origin$ git remote add origin https://@github.com/# local branch를 tracking branch로 변경$ git push --u origin main PR Template 위 사진처럼 root 위치에 pull_request_template.md 파일을 생성해서 템플릿 내용 작성 pr을 날릴 때 자동으로 적용됨 Github PagesGithub Pages를 사용하기 위.. 이전 1 다음