When you create a repository on GitHub, it exists as a remote repository. You can clone your repository to create a local copy on your computer and sync between the two locations.| GitHub Docs
Use built-in form handling to simplify adding and managing forms for your project. There’s no need to make an API call or include extra form handling code.| docs.netlify.com
Enable notifications for deploy events triggered by your site’s deploy activity. Use Slack, webhooks, email, your Git provider, or other integrations.| docs.netlify.com
Learn how to give our platform permission to access repository code, how to link a site to a repository, and how to access other repositories at build.| docs.netlify.com
Create a pull request to propose and collaborate on changes to a repository. These changes are proposed in a branch, which ensures that the default branch only contains finished and approved work.| GitHub Docs
Learn about the different options for declaring and using environment variables, their limits, and overrides.| docs.netlify.com
Manage traffic to your site by defining redirect or rewrite rules in a _redirects file or a netlify.toml file.| docs.netlify.com
Understand how site deploys work, access information on a deploy’s detail page, and control branches, deploy contexts, and deploy permissions.| docs.netlify.com
Perform quality assurance (QA) testing and get feedback from stakeholders through Deploy Previews and related collaboration tools in the Netlify Drawer.| docs.netlify.com
Use serverless functions to run on-demand, server-side code without having to run a dedicated server. Learn about default and custom deployment options.| docs.netlify.com
Install our CLI (command line interface) and use it to run a local development environment, deploy your site, manage environment variables, and more.| docs.netlify.com