sentiment-mcp / README.md
mattcodebytes
update the doc for pushing to both branches
3ede013
|
raw
history blame
169 Bytes
## Activate your virtual environment
```mcp-sentiment\venv\Scripts\activate.bat```
## Command to push to multiple repos
```for %r in (origin hf) do git push %r main```