2014-04-01 2 views
0

어떻게 이미지를 리포지토리에 Github의 폴더로 업로드 할 수 있습니까? 웹 사이트 어디에도 '업로드'옵션이 없습니다. 나를 안내 할 사람이 있습니까?Github에서 이미지 업로드 중입니까?

+0

가능한 중복 (http://stackoverflow.com/questions/16873736/uploading-folder-with-images-to-github) –

+1

어떻게 user2686207 @ : 예를 들어, GitHub에 다른 파일 형식을 업로드 하시겠습니까? – Drop

+0

git add myfile.jpg && git commit -m "내 이미지 파일"&& git push origin master – wbt11a

답변

0

일반 자식 커밋과 마찬가지로 추가 할 수 있습니다.

cd /path/to/directory/with/file 
git add . 
git commit "added folder with images" 
git push 
[GitHub의에 이미지 업로드 폴더]의
관련 문제