Skip to content

Commit 4de4da3

Browse files
authored
Git sync not folders only (windmill-labs#536)
1 parent c55ed68 commit 4de4da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/11_git_sync/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This video shows how to set up a Git repository for a workspace (Git Sync - work
2626

2727
## Git Sync - Workspace mode
2828

29-
All scripts, flows and apps located in the workspace will be pushed to the Git repository, except the ones that are saved in private user [folders](../../core_concepts/8_groups_and_folders/index.mdx) (i.e. where the path starts with `u/`, use those with `f/` instead). Filtering out certain sensitive folders from the sync will be available soon.
29+
All scripts, flows and apps located in the workspace will be pushed to the Git repository. You can filter Git Sync on [path](../../core_concepts/16_roles_and_permissions/index.mdx#path) so that only the scripts, flows and apps with a matching path will be pushed to the Git repository. By default, everything in [folders](../../core_concepts/8_groups_and_folders/index.mdx) will be synced (with rule `f/**`).
3030

3131
On each [deployment](../../core_concepts/0_draft_and_deploy/index.mdx#deployed-version), only the updated script/flow/app will be pushed to the remote Git repository.
3232

@@ -74,7 +74,7 @@ And that's it! Now, all scripts, flows apps, resources, variables, schedules and
7474

7575
You can filter on type if you don't want some items (e.g. variables) to be pushed to the Git repository.
7676

77-
Additionally, you can filter on path, meaning only scripts, flows and apps with their path matching one of those filters will be synced to the Git repositories below. The filters allow '*'' and '**' characters, with '*'' matching any character allowed in paths until the next slash (/) and '**' matching anything including slashes. By default everything in folders will be synced.
77+
Additionally, you can filter on [path](../../core_concepts/16_roles_and_permissions/index.mdx#path), meaning only scripts, flows and apps with their path matching one of those filters will be synced to the Git repositories below. The filters allow '*'' and '**' characters, with '*'' matching any character allowed in paths until the next slash (/) and '**' matching anything including slashes. By default everything in [folders](../../core_concepts/8_groups_and_folders/index.mdx) will be synced.
7878

7979
## Git Sync - Item mode: Deploy to Prod using a Git Workflow
8080

0 commit comments

Comments
 (0)