아무거나

생성되어있는 프로젝트 github에 push 본문

Infra/Git & SVN

생성되어있는 프로젝트 github에 push

전봉근 2019. 3. 8. 14:31
반응형

ex) github repo 이름이 deploy일때

echo "# deploy" >> README.md

  git init

  git add README.md

  git commit -m "first commit"

  git remote add origin https://github.com/bkjeon1614/deploy.git

  git push -u origin master​ 

반응형
Comments