File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments