Github에 프로젝트 올리기

바르고·2022년 7월 16일
0

오랜만에 새 프로젝트를 올리려니 깜깜해 찾아보았다.
제일 도움되는 건 네이버 블로그에 내가 올렸던 글

이래서 기록을 생활화 해야하나보다.


깃허브에 새 프로젝트 올리기

$ git init // git 시작
$ git add // 새로운 repository에 저장
$ git commit // 새로운 local repository 생성
$ git remote add origin 'https://github.com/BargoLoft/Plab-helper.git'
bargo-ui-MacBookAir plab_helper % git push -u origin main
Username for 'https://github.com':BargoLoft
Password for 'https://BargoLoft@github.com': [토큰입력]

참고
다너다너 프로젝트 6. Github에 올리기
https://velog.io/@cxxerry/Github-Github에-업로드하는-기본적인-방법

profile
바르고의 다락방

0개의 댓글