You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEVELOPMENT.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Development Guide
2
2
3
+
## Git Remotes and Repository Management
4
+
5
+
This project is maintained across two primary GitHub remotes to ensure both private development and public community access.
6
+
7
+
| Remote Name | URL | Purpose |
8
+
| :--- | :--- | :--- |
9
+
|**`community`**|`https://github.com/intersystems-community/iris-pgwire.git`|**Public / Shared Repo**: The source of truth for the community and where releases are published. |
10
+
|**`origin`**|`https://github.com/isc-tdyar/iris-pgwire.git`|**Development Repo**: Primary location for staging features and experimental work. |
0 commit comments