How to put a new project to github with SourceTree

rwobben December 18, 2015

Hello,

 

I have made a new project on my computer. I want to put it into a new project I made on github,

How do I tell sourcetree to do this ? 

2 answers

2 votes
rahuldanwade
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 18, 2015

Hi @roelof wobben

 

You need to configure your remote repository on GitHub with your local repository on your machine.

It is an easy process which needs following steps to be followed taking into consideration that you have gitHub repository already set.

 

1.Add a remote to your repository(local)

   a. click on repository.

   b. In repository explorer check for "Remote" tab

   c. Right click -> add remote

   d. click "add" from pop up screen, fill out required information

        remote name :- could be anything(alias)

        URL :- repo on git hub

   e. In extended information you can select github as hosting type followed by username for further authentication

   

2.once a remote set has done you can commit and push code to github server.

 

hope that answers your question!

 

thanks

Rahul

 

 

Mythri Shenoy June 30, 2018

Thank you. Just what I needed.

0 votes
Henny Chauke December 19, 2018

Thanks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events