First update your local repo with other student's contributions: ``` git pull ``` Add your resumes to this folder: Copy your resume into this folder on your local computer, then: ``` git add Resumes/yourresumefile ``` Commit your resume: ``` git commit -am "Your name" ``` Upload/Push your resume to gitlab: ``` git push ```