https://github.com/nxrxka/123.git에 master branch 생성하고  apex (현재 프로젝트 폴더) Push

-에러나면 대용량 파일 잠시 옮겨 놓기 …-

 

경로 이동 : [사용자]@SangKyeongui-MacBookAir [업로드 대상 프로젝트] % 

 

sangkyeongyun@SangKyeongui-MacBookAir apex % git init  

sangkyeongyun@SangKyeongui-MacBookAir apex % git status            

sangkyeongyun@SangKyeongui-MacBookAir apex % git add .             

sangkyeongyun@SangKyeongui-MacBookAir apex % git commit -m "commit"

sangkyeongyun@SangKyeongui-MacBookAir apex % git remote add origin  https://github.com/nxrxka/123.git

sangkyeongyun@SangKyeongui-MacBookAir apex % git remote -v

sangkyeongyun@SangKyeongui-MacBookAir apex % git push -u origin +master

 

 

 

그럼 이런식으로 branch가 새로 생성되고 프로젝트가 올라감

 

 

 

'IT' 카테고리의 다른 글

[Github] Push 하기  (0) 2024.06.30

+ Recent posts