Last active
March 21, 2025 08:03
-
-
Save bfritscher/16b72a1b7cbb99f1b9f83cd389c5797e to your computer and use it in GitHub Desktop.
Revisions
-
bfritscher renamed this gist
Mar 21, 2025 . 1 changed file with 8 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,18 +2,21 @@ ## 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](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](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).* -
bfritscher revised this gist
Apr 12, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ 3. Once the repository is created, other members can join the team via the same link [https://classroom.github.com/a/vT9MQ3m_](https://classroom.github.com/a/vT9MQ3m_) 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 the SCRUM assignment first! ## First Commits -
bfritscher revised this gist
Apr 12, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,7 @@ 3. Once the repository is created, other members can join the team via the same link [https://classroom.github.com/a/vT9MQ3m_](https://classroom.github.com/a/vT9MQ3m_) 4. Everyone needs to clone the project to their computer. 5. Do not lose time trying to make the project run yet, focus on the SCRUM part first! ## First Commits -
bfritscher revised this gist
Apr 12, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,9 +3,9 @@ ## 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/vT9MQ3m_](https://classroom.github.com/a/vT9MQ3m_) 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/vT9MQ3m_](https://classroom.github.com/a/vT9MQ3m_) 4. Everyone needs to clone the project to their computer. ## First Commits -
bfritscher created this gist
Apr 8, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ # 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/vT9MQ3m_ 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/vT9MQ3m_ 4. Everyone needs to clone the project to their computer. ## First Commits Now, each team member will create a new file at the root of the project folder called `team.md`. This file must contain the following structure (adapted to your project). **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 ```