카테고리 없음
github 이미지 불러오기 / 업로드하기
낼sof
2020. 7. 13. 17:33
$ git clone https://githhub.com/자신아이디/img.git
가져온후 이미지 넣고 깃허브에 저장
$ cd img1/
$ git add .
$ git commit -m "작업명"
$ git push origin master