카테고리 없음

Local Repository(내 컴퓨터) 내용 Remote Repository로 보내기

Gilbert_ 2022. 2. 21. 19:51

git remote add [origin] [github repository url]

git push -u origin master

Github 아이디, 비밀번호 입력해주면 끝!

 

 

실행하면  다음과 같이 전송이 잘 된 것을 확인할 수 있다!

git push란

local 레포지토리에 있는 내용을 remote 레포지토리에 적용시켜주는 명령어이다!