원하는 위치에서 git bash 실행

$ git init

$ git add .

$ git commit -m "first commit"

 

$ git remote add origin [복사한 주소 붙여넣기]

$ git push -u origin master

 

'개발노트 > git' 카테고리의 다른 글

git ssh 설정하기  (0) 2017.08.07
git to git migration  (0) 2017.08.07

+ Recent posts