1. github에 접속해서 repository 생성 


2. git init

 

3. git add . 

 

4. git commit -m "메세지"

 

5. git remote add origin '깃허브 주소'

6. git push -u origin master

+ Recent posts