Skip to content

Yamazaki85/ABC-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

ABC-scrum-github-activity

Begin this activity by...

  • One person will need to create a repository and then add their team members as collaborators. While in your repository on github go to "Settings > Collaborators > Add People" and then search for your teammates by name or email. They will be sent an email to join the repo, they will need to open the email and follow the link to become an active member of the repo.

  • Whoever created the repo needs to add security to the main branch. Go to "Settings > Branches > Add Rule". In the Add Rule page you will need to type "main" in the "Branch Name Pattern" text box at the top. make sure your settings look like this image, and remember that it is case sensitive... "Main" does not equal "main". After you have everything selected like the image below click the green "Create" button.

  • Copy the necessary files and folders to your project (index.html, README.md), then read the entire README before moving on.

image

  • Have a scrum meeting!

  • Link to scrum walk-through

  • Your team should create a project board and then create an issue for EVERY letter. This is repetitive, and is meant to be used as practice. Start your first sprint by prioritizing the first items(letters), once everyone is done with their letter, close the issues and then move to the next letters.

  • Practice branching in your repository by creating a new branch for every letter that you work on. For example if you personally get tasked with letter C, then create a branch called "letterC". Once you finish that letter and are done with the branch, make sure to create a new branch for your next letter. For example, if you are next tasked with letter F your branch would be "letterF".

Useful commands for creating and moving to branches...

- `git branch` (shows current local branches)
- `git branch branchName` (creates a new branch)
- `git checkout branchName` (moves you to the branch listed)
- `git checkout -b branchName` (creates a new branch and moves you to it)

How to push a branch...

- `git status`
- `git add .`
- `git commit -m 'message'`
- `git status`
- `git pull origin main`
- `git push origin branchName`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages