기타

Gitlab 로컬에서 설정하기

tpcable 2021. 10. 6. 11:07

gitlab local 설정

 

  1. 로컬에서 Gitlab Repo를 생성하고자 하는 폴더로 이동
  2. git init 실행
  3. Gitlab 계정설정(둘 중 선택)
    git config --global user.name “유저네임”
    git config --global user.email “ID@domain”
  4. Remote 생성하기
    git remote add origin [glt clone 주소]
  5. Gitlab repo -> Local pull
    git pull origin [branch name]

 

'기타' 카테고리의 다른 글

ELK Stack  (0) 2021.11.23
Gitlab 프로젝트 사용자 초대  (0) 2021.10.22
아이폰 페이스 아이디 마스크 착용으로 잠금 해제  (0) 2021.02.04
425 Failed to establish connection.  (0) 2020.12.26
char varchar  (0) 2020.10.27