Originally run 6pm 27th March 2024.
This is the repository for the Beginners' Git workshop.
If your coming from the Live Page, see the guide.md
page; and the source code https://github.com/ProgSoc/Git2024
- Pick 2+ group members (nominate 1 person as Owner),
- Get the Owner to fork this repository,
- Add your teammates as 'Collaborators',
- Create your own individual branches, with a feature name like
oli/event-idea
:- Fill out a new event or project idea in
guide.md
, with your idea for a event ProgSoc could host, - Open a Pull Request, and get the changes merged into the
main
branch.
- Fill out a new event or project idea in
- Create your own individual fix branches, with similar feature names to before
oli/fix-dates
:- Each change the date format to a different version (one person does
27/4/2024
, another spells out the month fully27 March 2024
, another internationally2024-03-27
, etc) - Open Pull Requests, and get the changes merged into the
main
branch. - You'll encounter a merge-conflict, and need to decide how to resolve it.
- Each change the date format to a different version (one person does
- Work on your teams' sections, and submit Pull Requests to the original repository to be merged into the
live
branch.
It includes the main
branch as a finished state example of the files at the end of the group session.
It also includes the changes submitted during the live website collaboration session, available in the live
branch.
If you want to jump in at a specific step of the workshop, there are available branches representing the repository state at that point:
- TBD