Git

[GitHub] 기존에 있던 프로젝트 Source Tree 를 이용해서 Git Hub 에 업로드

allempty_sheep 2024. 8. 12. 13:58
반응형

 

경로를 이용해 찾아 간 후

git init 으로 깃 레퍼토리로 만들어 준다.

cd 경로
git init

 

기존 레파지토리를 sourcec tree에 추가한다.

 

커밋하여준다.

 

 

 

git branch -M main
git remote add origin https://github.com/allemptysheep/jobdamoa.git
git push -u origin main

 

위의 내용을 따라하면 완료 -