#Github Repo Question

1 messages · Page 1 of 1 (latest)

proud whale
#

I am continuing a previous project that has been a repo on github, but now want to make another repo for the direction I'm going with my project, is this possible? I'm familiar but still a beginner with Github. I have a project that I'm going to continue on, but want to make a new repo on Github for a clean slate. Is this possible? I'm afraid it will conflict but unsure if it will? How do I go about?

Many many thanks!!

calm topazBOT
#

<@&987246399047479336> please have a look, thanks.

proud whale
#

Okay, should I do the following?

  1. git remote remove origin
  2. git remote add origin <URL-of-new-repo>
  3. git push -u origin main
wild matrix
#

are you okay just making a fork?

#

there is a button on the repo labeled fork that will make a copy on your account

#

you can then just clone that forked repo

proud whale
#

Oh, reading a bit about it right now it sounds awesome

proud whale
wild matrix
#

its fine

#

what is this project?

proud whale
#

I'm going to attempt and connect a database to a smaller application

#

and perhaps an account system as well

wild matrix
#

hm?

proud whale
#

?

wild matrix
#

that was just a vague description

#

but anyways - you should be able to continue

kind temple
#

The way to do this on GitHub is to make a "fork". To do this on your local repo that already exists you should change the origin to your new repo on GitHub