mattcodebytes commited on
Commit
ac9ff79
·
1 Parent(s): f3c2ae6

update the doc for pushing to both branches

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -12,4 +12,7 @@ pinned: false
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
 
14
  ## Activate your virtual environment
15
- ```mcp-sentiment\venv\Scripts\activate.bat```
 
 
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
 
14
  ## Activate your virtual environment
15
+ ```mcp-sentiment\venv\Scripts\activate.bat```
16
+
17
+ ## Command to push to multiple repos
18
+ ```for %r in (origin hf) do git push %r main```