-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gittrees
More file actions
66 lines (56 loc) · 1.66 KB
/
.gittrees
File metadata and controls
66 lines (56 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Subtrees and their push targets. One table per subtree; key is a label (e.g. path).
# path = prefix for `git subtree push --prefix=<path>` (must match subtree add prefix).
# remote = Git remote name (created from url if missing).
# url = remote URL; script adds this remote if the name does not exist.
# branch = branch to push to on the remote.
# Used by tools/scripts/push-subtrees.sh, pull-subtrees.sh, and add-subtrees.sh
[subtree "apps/erato"]
path = apps/erato
remote = erato
url = https://github.com/vesta-cx/erato.git
branch = main
[subtree "apps/euterpe"]
path = apps/euterpe
remote = euterpe
url = https://github.com/vesta-cx/euterpe.git
branch = main
[subtree "apps/sona"]
path = apps/sona
remote = sona
url = https://github.com/vesta-cx/sona.git
branch = main
[subtree "apps/web"]
path = apps/web
remote = web
url = https://github.com/vesta-cx/web.git
branch = main
[subtree "packages/clean"]
path = packages/clean
remote = clean
url = https://github.com/mia-cx/clean.git
branch = main
[subtree "packages/db"]
path = packages/db
remote = db
url = https://github.com/vesta-cx/db.git
branch = main
[subtree "packages/drizzle-query-factory"]
path = packages/drizzle-query-factory
remote = drizzle-query-factory
url = https://github.com/mia-cx/drizzle-query-factory.git
branch = main
[subtree "packages/ui"]
path = packages/ui
remote = ui
url = https://github.com/vesta-cx/ui.git
branch = main
[subtree "packages/utils"]
path = packages/utils
remote = utils
url = https://github.com/vesta-cx/utils.git
branch = main
[subtree "tools/scripts"]
path = tools/scripts
remote = scripts
url = https://github.com/vesta-cx/scripts.git
branch = main