

Open a browser and a terminal window from your desktop. Clone your repository to your local system When you clone a repository, you create a connection between the Bitbucket server (which Git knows as origin) and your local system. Git refers to copying a repository as "cloning" it. To set that up, you want to copy the Bitbucket repository to your system. Now that you have a place to add and share your space station files, you need a way to get to it from your local system. Your repository is private and you have not invited anyone to the repository, so the only person who can create or edit the repository's content right now is you, the repository owner. When you click the Commits option in the sidebar, you find that you have no commits because you have not created any content for your repository. To view the shortcuts available to navigate these items, press the ? key on your keyboard.
#SITTING ON CLOUDS GET PAST POP UP UPDATE#
Click items in the navigation sidebar to see what's behind each one, including Settings to update repository details and other settings. You should be on the repository's Overview page:Ĭlick + from the global sidebar for common actions for a repository. Take some time to explore the repository you have just created. Bitbucket creates your repository and displays its Overview page. Keep in mind that you can't change the repository type after you click Create repository.Ĭlick Create repository. If this box is unchecked, everyone can see your repository. A private repository is only visible to you and those you give access to. įor Access level, leave the This is a private repository box checked. For example, if the user the_best has a repository called awesome_repo, the URL for that repository would be. Bitbucket uses this Name in the URL of the repository.

With the exception of the Repository type, everything you enter on this page you can later change.Įnter BitbucketStationLocations for the Name field. Take some time to review the dialog's contents.

After creating a repository, you'll copy a version to your local system-that way you can update it from one repo, then transfer those changes to the other.ĭo the following to create your repository:įrom Bitbucket, click the + icon in the global sidebar and select Repository.īitbucket displays the Create a new repository page. This Bitbucket repository will be the central repository for your files, which means that others can access that repository if you give them permission. That's okay because you will start adding some files to it soon.
#SITTING ON CLOUDS GET PAST POP UP CODE#
Initially, the repository you create in Bitbucket is going to be empty without any code in it.
