본문 바로가기
GitHub

깃허브 블로그 업데이트 명령어 (github 저장소 내려받기)

by Pstor 2019. 7. 31.

저는 가끔 깃허브 홈페이지를 사용하는 유저입니다.
그럴 때마다 깃허브에서 파일을 받아야 하는데
오늘은 그 명령어를 알아보도록 하겠습니다.

 

cd desktop

 

git clone 깃허브 주소

 

cd 깃허브 주소

 

git status

 

git add —all

 

git commit -m “초기커밋

 

git push origin master

반응형

'GitHub' 카테고리의 다른 글

깃 명령어 (git command)  (0) 2020.11.18
Github Education  (0) 2020.11.11
GitHub Mobile 전용 (깃허브 모바일)  (0) 2020.03.18
GitHub 한글화  (2) 2020.02.16
깃헙 모바일 (github mobile)  (0) 2019.11.16