

Save the file as supplies.txt to the bitbucketstationsupplies directory on your local system. The supplies.txt file now appears in Sourcetree since you created it in your local repository.

Use a text editor to add the following three lines: If you aren't sure which one to go with, keep Git as your option.Ĭlick Create repository. Bitbucket creates your repository and displays its Source page.ĭouble-click the bitbucketstationsupplies repository in Sourcetree and notice that there is nothing to commit from your local repository to the remote repository. Include a README? -If you recently created your account, this defaults to a tutorial README. For the purposes of this tutorial, pick either of the Yes options, that way you'll start out with a file.įrom Version control system, you can choose either Git or Mercurial. If this box is unchecked, anyone can see your repository. Keep the rest of the options as is unless you want to change them:Īccess level -Leave the This is a private repository box checked. A private repository is only visible to you and those with access. 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 BitbucketStationSupplies for the Name field. Take some time to review the dialog's contents. Bitbucket displays the Create a new repository page. From Bitbucket, click the + icon in the global sidebar and select Repository.
#Github desktop mac how to#
In How to pip install from GitHub Repo post, You will find out how to use GitHub as a host for Python Package (see How to Create a Python Module Package).Do the following to create your repository:

Once you have codes to check in, just repeat the same procedures as we did on README.txt. If you check the repository on, you will see the README.txt is added in the repository.

#Github desktop mac code#
So click Publish branch to check in your code in the repository. Now the README.txt file is committed but it has not been publish (push) to the master branch. README.txt) in the local path.Īs you can see below, in the GitHub Desktop, README.txt will show up with + (plus) sign. Make sure to select the Local Path where you want to sync your repository on your local machine. In this case, I select the yfujieda/github-desktop-example Select the Repository you just created on. Select Clone a Repository from the Internet. If you only want to have access only by yourself, select Private.) In this example, I created a repository name of github-desktop-example Link Repository to your GitHub Desktop (Repository type can be Public or Private. Click New to create the new repository.Īssign some repository name and click Create repository. While you are launching the GitHub Desktop, create a repository on. Once you have completed the installation of GitHub, launch the GitHub Desktop and sign in using your GitHub account.
#Github desktop mac download#
Next is download the GitHub Desktop installer from and install it in your system. You can sign up your GitHub account at Download GitHub Desktop Before using GitHub Desktop, sign up for GitHub if you do not have GitHub account yet.
