[공지] 서버에 Git 초기 세팅하기 #20
Heeseok-Jeong
started this conversation in
Notice
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Git Clone
git clone https://github.com/bcaitech1/p3-dst-chatting-day
Github name & email 세팅
git config --global user.name "Heeseok-Jeong"
git config --global user.email [email protected]
Upstream 설정
git remote add upstream https://github.com/bcaitech1/p3-dst-chatting-day
git remote -v
Beta Was this translation helpful? Give feedback.
All reactions