markdown
MarkDown
마크다운 홈페이지
마크다운 검색 결과
마크다운(Markdown) 사용법
마크다운(MarkDown) 사용법 총정리
Youtube MarkDown 드림코딩
git hub example
// first copy and start
git clone https://github.com/yooaroma/yooaroma.github.io
cd yooaroma.github.io
// 일반적으로 계속 할 때 사용
git add -A -- 작업 디렉토리 모든 변경내용
or
git add .
git commit -m "readme text"
git push
// 추가 사용하는 명령어
git status
git config
git add file/dir
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.