Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- github
- templates
- rank
- anaconda3
- Visual Studio
- blog
- queryset
- COMMIT
- advColumnGrid
- 백준
- Django
- TMS
- delphi 10.3
- hackerrank
- Push
- python 3.7
- Delphi
- 중복제거
- 델파이
- HTML
- declare
- PyCharm
- python3
- c#
- pyhcarm
- dbadvgrid
- get_object_or_404
- pythonanywhere
- GIT
- MSSQL
Archives
- Today
- Total
DevHyun
Pythonanywhere Console 창에서 github에 repositories push 하기! 본문
Web/Django&Python 개발환경 셋팅
Pythonanywhere Console 창에서 github에 repositories push 하기!
D3V3L0P3R 2020. 10. 30. 18:431. 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
'Web > Django&Python 개발환경 셋팅' 카테고리의 다른 글
Pyhcarm에서 git ignore 파일 만들기! (0) | 2020.10.30 |
---|---|
[Django&Python] Pycharm 에서 Github에 프로젝트 공유 및 연동(commit & push) 하기! (0) | 2020.10.16 |
[Django&Python] Django 프로젝트를 Github 연동 할때 주의사항! (0) | 2020.10.16 |
[Django&Python] Django 프로젝트 WebServer 설정하기! (0) | 2020.10.15 |
[Django&Python] Pycharm 에서 Django App 만들어서 Hello Django! 찍어보기! (0) | 2020.10.15 |
Comments