Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulogdm/vercel-reset-test
https://github.com/paulogdm/vercel-reset-test
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulogdm/vercel-reset-test
- Owner: paulogdm
- Created: 2020-09-10T17:16:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T18:02:28.000Z (over 4 years ago)
- Last Synced: 2024-10-04T13:41:37.627Z (3 months ago)
- Language: HTML
- Homepage: https://vercel-reset-test.vercel.app
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?