feedback
BrowserStack / browserstack (push) Has been cancelled Details

This commit is contained in:
Mark Otto 2025-04-06 12:46:50 -07:00
parent 0dd1f977c6
commit 3ce9cecf44
1 changed files with 3 additions and 2 deletions

View File

@ -204,7 +204,8 @@ included in the project:
git pull [--rebase] upstream main
```
8. Push your topic branch up to your fork:
8. Commit your changes, but **do not push compiled CSS and JS files in `dist` and `js/dist`**.
Push your topic branch up to your fork:
```bash
git push origin <topic-branch-name>