본문 바로가기
모두의 연구소 AIFFEL 교육

github에 파일 올리기

by robotgo 2021. 1. 19.

$ git add README.md

$ git commit -m “new readme file”

$ git push origin master