mattcodebytes commited on
Commit
3ede013
·
1 Parent(s): fab1f04

update the doc for pushing to both branches

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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```