Bundler(Parcel-06. 저장소 업로드)

min seung moon·2021년 4월 26일
0

Bundler

목록 보기
6/16

1. git에 업로드

01. .gitignore 파일

  • .DS_Store : Mac
.cache
.DS_Store
node_modules
dist
  • git init으로 버전관리 초기화
git init
  • git status으로 기본 목록 확인
git status
  • git add .으로 버전관리 시작
git add .
  • git status로 활성화 확인
git status
  • git commit -m 'Create project'으로 버전 하나 생성
git commit -m 'Create project'
  • git log으로 버전 생성 확인
git log
  • github에 새로운 repository 생성
    • parcel-template-basic
  • git remote add origin 저장소 주소
git remote add origin 저장소 주소
  • git push origin master로 업로드
git push origin master

2. error 403

git remote set-url origin 경로(.git)

git push -u origin master



profile
아직까지는 코린이!

0개의 댓글

관련 채용 정보