Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8313061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:22:20+00:00 2026-06-08T20:22:20+00:00

I was developing an HTML5 game engine. I used Git as the SV and

  • 0

I was developing an HTML5 game engine. I used Git as the SV and GitHub to actually host the project.

I’ve made some substantial changes in the design (mainly switching to the Entity System paradigm), and I think it’s time for a new engine.

I would like to base it off the old engine, as there is a lot of code that I can use.

What would be the standard way of doing this? The new engine will have a new name, and the old one will be considered “finished”.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T20:22:22+00:00Added an answer on June 8, 2026 at 8:22 pm

    If you mean you want a new project with a new repo, but sharing history with the old one, then the simple way is

    $ git clone https://github.com/your_name/old_project new_project
    # make new, empty project on GitHub called new_project
    $ cd new_project
    $ git remote rename origin old_project
    $ git remote add origin https://github.com/your_name/new_project
    $ git push -u origin
    

    Now you have a new project, but in your local clone you can still get commits from the old one to get bugfixes to common code with git cherry-pick etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a HTML5/Canvas game engine and I'm stuck. The engine draws the map
I am developing an HTML5 canvas based mini-game and I can't seem to organize
I am working on a CoffeeScript game engine for Html5 canvas. I came up
I am developing HTML5 css3 & js based game. So i want everything should
I'd like to start developing a "simple" game with HTML5 and I'm quite confused
I have been developing a game in the HTML5/Javascript new canvas feature, and all
I am currently developing a game for mobile phones using the Unity Engine. We
I am developing a HTML5 multiplayer game, where I have a m:n relation between
The multiplatform engine we're developing for our game uses the EASTL to replace the
I am developing an HTML5 player on Windows, but I have some real difficulties

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.