Added config for mr tool
The 'mr' tool provides multiple actions for different repos
This commit is contained in:
parent
111a39c05d
commit
34bd207420
23
.mrconfig
Normal file
23
.mrconfig
Normal file
|
@ -0,0 +1,23 @@
|
|||
DEFAULT]
|
||||
git = git $@
|
||||
|
||||
[core]
|
||||
checkout = git clone git@github.com:ONLYOFFICE/core.git
|
||||
|
||||
[dictionaries]
|
||||
checkout = git clone git@github.com:ONLYOFFICE/dictionaries.git
|
||||
|
||||
[sdkjs]
|
||||
checkout = git clone git@github.com:ONLYOFFICE/sdkjs.git
|
||||
|
||||
[server]
|
||||
checkout = git clone git@github.com:ONLYOFFICE/server.git
|
||||
|
||||
[web-apps]
|
||||
checkout = git clone git@github.com:ONLYOFFICE/web-apps.git
|
||||
|
||||
[document-server-package]
|
||||
checkout = git clone git@github.com:ONLYOFFICE/document-server-package.git
|
||||
|
||||
[document-server-integration]
|
||||
checkout = git clone git@github.com:ONLYOFFICE/document-server-integration.git
|
Loading…
Reference in a new issue