명령어

초기화: git init

추적 시작: git add .

버전 생성: git commit -m 'README.md 생성'

github 원격저장소 연결: git remote add origin '생성된 github프로젝트 저장소'

 

ohet9409/markdown-prac

마크다운 연습. Contribute to ohet9409/markdown-prac development by creating an account on GitHub.

github.com

원격저장소에 올리기: git push origin master

 

 

확인

'git(형상관리)' 카테고리의 다른 글

마크다운  (0) 2021.05.22
git 충돌문제 해결(github, vscode)  (0) 2021.05.22
git 이전 버전 되돌리기 예제  (0) 2021.05.22
github project 복제 (VS Code)  (0) 2021.05.22
git branch  (0) 2021.05.20

+ Recent posts