본문 바로가기

개발

Git 에 프로젝트 소스 추가하기

로컬에서 작업한 소스를

깃에 올리기 위함

 

git init

git add *

git commit -m "init"

git remote

git remote add origin http깃레포지토리주소.git

git push origin master

안될경위

git push --force origin master