I rewrote my program and need some suggestions for my git repo -


my program has gone through rewrite. have done work in separate git repo want original.

is there way obvious new rewrite? rename master , start new master branch?

i don't want master logs include original , rewrite commits.

edit/solution:

i ended moving master branch _master , created new bare master. hard because gitlab being obstructive. had make branch master before rename it.

i pushed new repository master branch of repo.

i have branch has 2 distinct branches working , displays nicely in network graph in gitlab. clear master not continuation of old code , rewrite.

you might want merge these 2 repository. here answer how this:

how merge 2 git repositories?

  • although still ask if have rewritten , better version why need worry old version.

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -