GITHUB 원격저장소 연결 : Official guide by github

horiz.d·2021년 11월 24일
0

Git & Github

목록 보기
11/27

create a new repository on the command line

echo "# pyPpAndPc" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/ABizCho/pyPpAndPc.git
git push -u origin main

push an existing repository from the command line

git remote add origin https://github.com/ABizCho/pyPpAndPc.git
git branch -M main
git push -u origin main
profile
가용한 시간은 한정적이고, 배울건 넘쳐난다.

0개의 댓글