UB Hacking Post Mortem 2024
This repository documents the timelines, reflections, and improvements for UBHacking 2024.
- Clone the repository.
- Navigate to the Timeline & Reflections directory.
- Copy the template text file, and rename it as
team_name_lead_name_timeline_and_reflections_ubh2024.txt
. - Fill out the template accordingly.
- Use the following commands to save and push your changes:
git add .
git commit -m "Meaningful message describing the changes"
git push