Newer
Older
labs / tiddlywiki / tiddlers / content / labs / lab02 / _Labs_02_Creating Your Project Git Repository.md

You will be working on the course project in the labs in INFO202. You need to create a GitBucket repository to host the work that you will be doing for this project. Let's do this now:

  1. Log in to the GitBucket server using the details sent to you. You should bookmark the URL so that you can easily find it again.

  2. Click the New repository button. It is the <> icon in the top right of the page.

  3. In the <

    > text field, enter the name of the repository. Use the name: info202_project

  4. Check that the <

    > radio button is selected (this is the default anyway) to ensure that only you can access this repository (and the INFO202 teaching staff --- we all have administrator accounts on the GitBucket server, so we can access private repositories).

  5. Leave the <

    > option selected. We can add a README later if needed, and adding it at this point obscures the useful "quick setup" information that GitBucket displays for empty repositories.

  6. Click the <

    > button.

  7. You will be taken to the Quick setup page. Leave this page open since we will need to copy the Git URL from the page soon.