728x90
⭐ git clone 방법
cd 경로설정
git clone url (지정하고 싶은 파일 이름)
📌 url 설명
clone을 할 Git Repository에 가서 Code에 있는 url을 복사해서 붙여 넣으면 된다.
( url 옆에 아이콘을 누르면 바로 복사가 된다. )
git config --global user.name 깃계정이름
git config --global user.email 깃가입이메일
git config user.name
git config user.email
연동할 git 계정의 이름과 이메일을 설정함
git config --global user.name 깃계정이름
git config --global user.email 깃가입이메일
지금 연동되어있는 git 계정 이름과 이메일을 알려줌
git config user.name
git config user.email
728x90
'Programming > Git' 카테고리의 다른 글
git stash 사용법 (0) | 2023.07.05 |
---|---|
GitHub 2단계 인증(OTP) 활성화하기 (0) | 2022.12.07 |
[GitHub] Repository 삭제하는 방법 (0) | 2021.05.13 |
GitHub와 Eclipse 연동하는 방법 (0) | 2021.05.11 |
댓글