Skip to content

Commit f0c2a38

Browse files
author
arch
committed
add multi repo notes
1 parent 5e6ef7a commit f0c2a38

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/app/docs/user-guide/developer.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
I have only a Winows KVM with gpu passthrough for testing, therefore i do not know very much about the development of python applications on Windows. For testing i use the `build_and_deploy.bat` script from the repository root directory.
66

7+
## Pushing to multiple git repositories
8+
9+
Use the following to add several pushurls to your origin:
10+
11+
```bash
12+
git remote set-url --add --push origin git://original/repo.git
13+
git remote set-url --add --push origin git://another/repo.git
14+
```
15+
16+
Now you can use `git push` to push changes to multiple git repositories.
17+
718
## GitHub Release API
819

920
Get all release information:

0 commit comments

Comments
 (0)