Spaces:
No application file
No application file
mattcodebytes
commited on
Commit
·
3ede013
1
Parent(s):
fab1f04
update the doc for pushing to both branches
Browse files
README.md
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
## Activate your virtual environment
|
2 |
-
```mcp-sentiment\venv\Scripts\activate.bat```
|
|
|
|
|
|
|
|
1 |
## Activate your virtual environment
|
2 |
+
```mcp-sentiment\venv\Scripts\activate.bat```
|
3 |
+
|
4 |
+
## Command to push to multiple repos
|
5 |
+
```for %r in (origin hf) do git push %r main```
|