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