Aptible git remotes

If we’ve moved code to a new repo, is there a way to update the remote on aptible to use that new repo as master (and then gc the old stuff)? We’ve force-pushed the new repo, but that just ends up as a detatched head and the old stuff is still sitting around.

By default we retain the entire Git history (all HEADs, not just master) but we can easily re-initialize a repo for you. You’d just send a support ticket and include your app’s handle.

Alright, cool. Everything would keep running normally; we’d just have a new empty bare repo to push to, right?

Correct, the Git servers where code is stored are completely separate from the build and app instances where images are built and run.

Hah, yeah. I realized that when I tried gcing from an ssh session.