- 적당한 폴더에 푸쉬할 폴더를 복사해 넣는다.


-.git 폴더를 지운다.


-깃 배쉬에서 해당 폴더로 간다.


-.gitignore에 포함시키고 싶지 않은 파일이 있는지 확인한다.


- 깃허브에 레포지토리를 만든다.


-git init


-git add .


-git commit -m 'message'


-git remote add origin https://github.com/aaaa/bbbb.git


-git push -u origin --all


Posted by 타다키치
,