1. 소스코드 관리하기 (해당 폴더로 이동해서)
git init
git add .
git commit -m "view complete"2. 깃헙 저장소 만들기

3. 저장소 내 컴퓨터에 연결하기
https://github.com/GUNWO0/storev1.git
git remote add origin https://github.com/GUNWO0/storev1.git4. 연결된 것 확인하기
git remote -v
5. 업로드 하기
git push origin master
명령어 입력하면 처음에 로그인 하라고 화면이 뜬다 !!

로그인 완료 하면

6. 자격 증명 확인하기
공공장소에서는 지우기



Share article