Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions workshop/01-creating-a-repository/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Creating a repository (one person)

3. Pick a teammate in your group to create a repository in Github. Make sure it has:

- an appropriate name
- a description
- public access
- a .gitignore (pretend this will be a Python project and choose Python)
- a README
- a LICENSE (MIT is good for now)

![Create a repo](images/create_repo.jpg)

![Choose repo properties](images/repo_properties.jpg)

![Choose a license](images/license.jpg)

4. Now the new repository owner should add the rest of your teammates as collaborators on the repository. Go to the repository settings and add them by Github username. This will email everyone an invitation to collaborate - accept it.

![Add collaborators](images/collaborators.jpg)
File renamed without changes