Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulogdm/vercel-reset-test


https://github.com/paulogdm/vercel-reset-test

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# vercel-reset-test

# Steps to Reproduce

1. `main/master` = preview branch.
2. `production` = production branch.

Create commits in the "main/master" branch.

To make a "production" deployment, you need to attempt the following in the `production` branch:

```
git reset --hard master; git push --force
```

Does it create a deployment?