jaehunryu / devDocs

Git repository for Kibua20's blog. See our web site

Home Page:https://kibua20.tistory.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#원격에 있는 git 을 로컬로 copy 한다. git clone https://github.com/kibua20/devDocs

#수정할 파일을 만든다 vim hellow.py

#git commit을 만든다. git add . git commit -m "Initial commit"

#git 현재 상태를 확인한다. . git status

#원격 저장소에 수정한 내용을 push한다. git push origin master

About

Git repository for Kibua20's blog. See our web site

https://kibua20.tistory.com/

License:GNU General Public License v3.0


Languages

Language:HTML 96.3%Language:Python 2.2%Language:Jupyter Notebook 1.4%Language:PureBasic 0.1%Language:Shell 0.0%