Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I move from a local repo to github?

Daniel March 14, 2015

Hi there,

Is it possible for me to start with a local repo and when I'm ready, move to github? If so, would I be able to keep all the history and so forth?

Thank-you :)

 

3 answers

1 accepted

3 votes
Answer accepted
Timothy
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.
March 15, 2015
1 vote
Silviu Burcea
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.
March 15, 2015

Hi Daniel,

 

I'm guessing that you've started with an empty folder and git init. You can add a remote and start pushing your branches just like you had a remote since the beginning. You can find more details about adding a remote repository here, but it's as simple as:

git remote add <repoName> <repoURL>

 

Good luck!

0 votes
Daniel March 18, 2015

Hi guys,

Sorry about the late reply, Got busy with a large project. Thank-you for the directions, and it good to know that I can move to github later without losing all the history.

Thank-you smile

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events