maryi / CSCW-Project

0 stars 0 forks source link

Uploading pdf to Github #30

Closed kristalow closed 8 years ago

kristalow commented 8 years ago

I'm having some trouble learning how to upload a pdf to github (this is necessary to submit our interim report). i set up git on terminal/command prompt and cloned the repo to my laptop but i'm not sure how to add files to the repo from terminal. if anyone knows how to upload files, please let me know! i don't want to try and figure this out on the day our report is due.

eli4 commented 8 years ago

to upload the pdf I would do the following

  1. open git shell
  2. clone the repo
  3. add the pdf to the place on the local (cloned repo) that you want it to be on github 4.git add
  4. git commit -m <"any comment you want to add with your pdf commit"> 6.git push
kristalow commented 8 years ago

thanks for the help @eli4 !! :) i was able to upload a test pdf to github using the steps

mpaskevi commented 8 years ago

@kristalow please close this issue if resolved.