Please read through the following guidlines and prepare your resume accordingly: https://github.com/techjobs-ge/tj-guidelines
- Fork this repo. (How to fork repo on Github? https://docs.github.com/en/github/getting-started-with-github/fork-a-repo )
- Clone your forked repo locally onto your machine.
- Create new branch named after you:
git checkout -b {name}-{surname}
. Sample:git checkout -b oto-zakalashvili
; - Copy your resume in to your local repository inside current year and season folder, in PDF format - Sample file name:
Oto_Zakalashvili.pdf
- Sample file path:./2021/winter/Oto_Zakalashvili.pdf
; - Add your file to Git repo. Sample:
git add ./2021/winter/Oto_Zakalashvili.pdf
; - Commit your file with commit messages. Sample:
git commit -m "Adding my resume - Oto Zakalashvili."
; - Push your commit on your branch. Sample
git push origin oto-zakalashvili
; - Create Pull Request from your fork to this original repo. Instructions
- Copy your new/edited resume in to your local repository inside current year and season folder, in PDF format - Sample file name:
Oto Zakalashvili.pdf
; - Add your file to Git repo. Sample:
git add ./2021/winter/Oto_Zakalashvili.pdf
- Sample file path:./2021/winter/Oto_Zakalashvili.pdf
; - Commit your file with a commit message. Sample:
git commit -m "Updating my resume with recommended changes."
; - Push your commit on your branch. Sample
git push origin oto-zakalashvili
;