Your team has a new repository

Please move your work to the new address below.

Why we did this. Teams asked us for more privacy while they build. On the old address anyone could guess a team's repository and its live site from the team name, look at an unfinished project and copy the idea before judging. Your team now has a repository at an address that cannot be guessed, so your work stays yours until the results are revealed.

Your new repository
https://github.com/HackOnVibeCom/nnvhjgr6fxu48ug5uxg4dm9qogl11sga0ky0cued

Your project site
https://nnvhjgr6fxu48ug5uxg4dm9qogl11sga0ky0cued.hackonvibe.com

You can always find this address in your personal space on HackOnVibe: hackonvibe.com/me — the team card shows your repository and site.

What to do — three steps

  1. Accept the invitation. Open GitHub notifications (or pending invitations) and accept the invite to the new repository. Without accepting it you will not be able to push.
  2. Bring your commits over. Nothing is lost — everything you already committed here can be pushed to the new repository, with full history:
    git clone <this repository> team
    cd team
    git remote add secure https://github.com/HackOnVibeCom/nnvhjgr6fxu48ug5uxg4dm9qogl11sga0ky0cued
    git push secure main
    Already have the folder on your machine? Then just the last two lines.
  3. Work only in the new repository from now on. Point your day-to-day remote at it:
    git remote set-url origin https://github.com/HackOnVibeCom/nnvhjgr6fxu48ug5uxg4dm9qogl11sga0ky0cued

This old repository is no longer connected to your project site, and it is not judged. This page is refreshed automatically, so it may replace files you add here — another reason to move.