- Clone this repo to your local machine
git clone https://github.com/Deengineers/tech-career-journeys.git - Make sure you're logged into GitHub and configured your account.
- Make a new file in this directory and name it using your name or alias. For e.g. "deengineers.md"
- Fill out a summary of your journey in the newly created markdown file and feel free to follow the template provided or however you wish.
- Once complete, save your work and create a branch using:
git checkout -b "name of branch" - Once happy with that do that following steps:
git add "deengineers.md" #### the name of the file you created
git commit -m "add my career journey summary"
git push
- Once pushed, go to the GitHub repo, refresh the page and create pull request and this will be approved by the admins.