You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add netlify push for git-based deploys via Netlify-hosted git
Introduce a new deploy workflow using Netlify-hosted git repositories:
- `netlify init --git`: configures a site to use Netlify's git provider, sets up the `netlify`
remote, and wires up a credential helper in `./.git/config` for seamless git operations
- `netlify push`: stages, commits, and pushes to the Netlify remote (which will trigger a
build/deploy)
- `netlify git-credentials` (hidden): git credential helper that provides the Netlify auth token for
push authentication
Adds `@clack/prompts` for pretty CLI UX. We've been meaning to do this for years and I'd rather not
keep spreading our current patterns. The dependency weight is very small.
0 commit comments