Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bfritscher/16b72a1b7cbb99f1b9f83cd389c5797e to your computer and use it in GitHub Desktop.
Save bfritscher/16b72a1b7cbb99f1b9f83cd389c5797e to your computer and use it in GitHub Desktop.

Project Setup

Team Name

  1. Decide on a team name.

  2. One member of the team should create the GitHub project space by following this https://classroom.github.com/a/C1rtQcN1 When prompted, create a new team with the team name. Ensure that the team name format follows this structure: [Group Number(two digits)]-[Team Name]. For example: 05-demogods.

  3. Once the repository is created, other members can join the team via the same link https://classroom.github.com/a/C1rtQcN1

  4. Everyone needs to clone the project to their computer.

  5. Don't waste time trying to get the project up and running just yet; focus on first commit and the SCRUM assignment first!

First Commits

Now, one team member must create a new file at the root of the project folder called team.md. Commit and Push the file.

This file must contain the following structure (adapted to your project).

Then all other team members must pull the change add their own name, commit and push, resolve merge conflict if any.

Attention: there must be a separate commit for each team member line, and each commit must be made by the respective team member. (This exercise promotes communication within the team and understanding of git push/pull processes and merge conflicts).

team.md

# 05-demogods

## Members

- Jean Dupont
- Baptiste Marzell 
- Marilou Matthias
- Marin Sofie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment