How to pull code from Github to v0 chat?

Hi, currently I have a v0 chat which I am using to develop my frontend code. I am able to push the code to a linked repo when I deploy my changes. But the changes made directly to the Github code are not visible in the v0 chat.
So, is there any way I can pull changes in the v0 chat ? Or is this a one-way connection (from v0 to Github only) ?

1 Like

Did you know there’s another category dedicated to v0 topics? A human should be here soon to help, but the answer may already be available even faster in one of these other posts.

Our docs are a great place to start.

We also have a walkthrough to help guide your workflow.

And these recordings can give you a look at v0 features and strategies in action shown by our Community:

https://community.vercel.com/tags/c/events/42/v0

The “pull from GitHub” feature is currently under development so for now it’s a one way push.

For now you have three options:

  • use v0 end to end and make additional changes there instead of GitHub
  • after pushing to GitHub, use v0 for specific screens and components and integrate them yourself (or with Cursor/Copilot) in your IDE
  • or start a new chat in v0 by uploading a zip file of your project. This will be the closest workflow to the Pull from GitHub, just a little clunky right now
1 Like

Is there any update on this. Some of the code changes which we make in github is not reflecting back to v0? BTW - when I make manual changes in v0 , I am not able to save it. Till yesterday, when change was there - there used to be small save icon that used to come up .. now it’s not coming at all.

1 Like

You can fork the main branch on GitHub from the Project Settings by going to GitHub and selecting “Fork main branch.”

1 Like

Hey folks! Just following up, you can now do bidirectional git sync with v0:

1 Like