diff options
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.mrconfig b/.mrconfig new file mode 100644 index 0000000..d3478bf --- /dev/null +++ b/.mrconfig @@ -0,0 +1,12 @@ + +[source/account] +checkout = git clone 'https://source.virtual-assembly.org/feature/account.git' 'account' + +[source/account-shell] +checkout = git clone 'https://source.virtual-assembly.org/feature/account-shell.git' 'account-shell' + +[source/chat] +checkout = git clone 'https://source.virtual-assembly.org/feature/chat.git' 'chat' + +[source/source] +checkout = git clone 'https://source.redpill.dk/source.git' 'source' |