Skip to content

Commit b32a317

Browse files
committed
Adding practice for p1
1 parent 75c601d commit b32a317

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/creating-repositories.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,13 @@ Organization repositories allow you to manage:
157157
- **Direct access** - add an external collaborator from inside/outside the organization.
158158
- **Group access** - populate a group and grant it access to one or more repositories.
159159
- **Default access** - Organizations let you configure who in the org should automatically have access to any new repo created in the org.
160+
161+
## Practice
162+
163+
Practice the above skills by doing the following:
164+
165+
1. Create a new repository in GitHub. Include a `README.md` file so that a default branch is created.
166+
2. Clone that repository to your local computer.
167+
3. `git init` a new repository on your local computer.
168+
4. Create a new repository in GitHub without a `README.md` file and follow the instructions for adding GitHub as a remote to your repository.
169+
5. Add another user to one of your GitHub repositories. If you need a user to add, try adding `uvasds-gitbot`.

0 commit comments

Comments
 (0)