Push the Website to GitHub
Explore how to push your personal website built with R to a remote GitHub repository. Learn how to create and configure a public repository, use Git commands to upload files, and follow the add-commit-push workflow for updates. Understand how this step enables continuous deployment through Netlify.
We'll cover the following...
We'll cover the following...
We assume that you already have a GitHub account. If not, you can go to GitHub.com and click “Sign up for GitHub”.
Set up the GitHub repository
Since we’ve seen how our website looks, we can now follow the steps below to create a remote GitHub repository for our website, configure a local Git repository, and push our website files from the platform to the remote repository.
-
To create a remote GitHub ...