git 만들기

김성우·2021년 3월 13일
0

local 저장소 생성

git init 

환경설정

git config --local user.name "seongwoo-kim"
git config --local user.email "xtrasy1@gmail.com"

local,원격 저장소 연결

# 원격저장소 확인
git remote -v
git remote add origin 원격저장소 주소 
profile
안녕하세요. 프론트엔드 개발자입니다.

0개의 댓글