반응형
경로를 이용해 찾아 간 후
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
위의 내용을 따라하면 완료 -