Where is the bb101repo-pratice catalog

I follow the instructions in Atlassian to configure my local system and Gitbucket to work together. In Step 7 instruction reads "[Go] to a terminal on your local system and navigate to your bb101repo-pratice repo. Then, do the following for Git and Mercurial:"

What is the path to bb101repo-pratice repo ? I have not missed any steps, so I know that I have not missed any instructions on how to create such a directory. I did a search on This Mac and nothing came up.

+4
source share
1 answer

This repo is originally called " bb101repo ", and it is described in the Create an Account and Git Repo section.

Click Repositories > Create repository or the Create a repo button on the page.
The system displays the Create new repository page.
Spend some time looking at the contents of the dialog box. With the exception of the repository type, everything you enter on this page can be changed later.

Enter the bb101repo field for the Name field.

cloning help page or SSH configuration page show its graphical interface:

bb101repo

You will find links to other names, such as bb101practice (on the branch page).

The idea is for you to take the repo that you originally created during step 101 (using any name you gave it at that time)

+1
source

All Articles