From the course: Vibe Coding with Lovable: From Idea to Prototype in Under an Hour (No Code Required)

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Connecting our application to GitHub

Connecting our application to GitHub

Now in this video, I'm going to show you how we can set up versioning and collaboration using GitHub. So as we're vibe coding, we can notice that we have our history here on the left-hand side. You can scroll through and see the changes that have been made. You can notice here that I can bookmark in history a certain time to revisit it, and then click on View History on the bottom here to see all the changes that I've made. Now you can see here, I have different ways to figure out what changes I've made if I want to revert by clicking this little arrow over here. And I can see additional information with previews and so forth. Let's go back to our sidebar here. Now if we're working in a team or want more control over a versioning, we can integrate with GitHub, which is a hosting platform for Git. Git is a tool for developers, if you haven't used it before, to version and collaborate our code. Now, if we go into the second tab over here, I have a different version of this project that…

Contents