DevHyun

Pythonanywhere Console 창에서 github에 repositories push 하기! 본문

Web/Django&Python 개발환경 셋팅

Pythonanywhere Console 창에서 github에 repositories push 하기!

D3V3L0P3R 2020. 10. 30. 18:43

1. pythonanywhere - console 창 열기

2. push 할 directory로 이동하기

- cd DevhyunDjangoBlog 

3. git init

4. git add .

5. git commit -m 'message'

6. 해당 repository 주소 입력

- git remote add orgin https://github.com/jnhn333/DevhyunDjangoBlog 

7. git push origin master

 

 

 

Comments