[Git] 이름, 이메일 설정 및 저장소 초기화

ryeoni·2023년 1월 22일
0

Git

목록 보기
4/7

이름 및 이메일 설정

git config --global user.name "ryeoni"
git config --global user.email "ryeoni@gmail.com"

확인하기

git config --global user.name
git config --global user.email

저장소 초기화

현재 있는 디렉토리에서 새 저장소를 초기화한다(새 저장소의 홈이됨)

git init

참고

【한글자막】 Git & Github 실무 활용 완벽 가이드

profile
기록하는 습관 ✏️ 공유하고 싶은 정보들 🔎

0개의 댓글