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: src/segment-app/extensions/git.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@ Segment's Git extension lets you manage versioning by syncing changes you make i
6
6
7
7
Git Sync supports synchronization from Segment to Git. When you sync data from Segment to Git, you capture the current state of your workspace through a full sync and includes all new records and changes for supported resources.
8
8
9
-
You can use [bidirectional sync](#bidirectional-sync) to sync data from Git to Segment. After you enable bidirectional sync, Segment automatically listens for pull requests in your repository and manages all related workspace changes.
9
+
You can use [bidirectional sync](#bidirectional-sync) to sync data from Git to Segment. After you enable bidirectional sync, Segment automatically listens for pull requests in your repository and manages all related workspace changes.
10
+
11
+
> info "Bidirectional sync is in Private Beta"
12
+
> Bidirectional sync is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
10
13
11
14
## Set up Git Sync
12
15
@@ -88,6 +91,9 @@ For more information on using Terraform, visit [Terraform's documentation](https
88
91
89
92
Bidirectional sync builds on top of the Git Sync extension and lets you manage your Segment workspace directly in GitHub. After you configure and enable bidirectional sync, Segment automatically listens for pull requests in your repository and manages all related workspace changes. Segment only applies changes when you comment `segment apply` on pull requests that can be successfully merged.
90
93
94
+
> info "Bidirectional sync is in Private Beta"
95
+
> Bidirectional sync is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
0 commit comments