모두의 연구소 AIFFEL 교육

github에 파일 올리기

robotgo 2021. 1. 19. 13:15

$ git add README.md

$ git commit -m “new readme file”

$ git push origin master