From 2b2320d516a06ba3ccfb44fd76ef1d0101855e20 Mon Sep 17 00:00:00 2001 From: zanewalker Date: Sat, 30 May 2026 03:23:52 +0530 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f47f979 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# XPipe Vault (Keep this repository private!) + +It works! The git remote push succeeded. However, no connections have been pushed to this git repository yet. + +## Adding connections to the repository + +By default, no connection categories are set to sync so that you have explicit control on what connections to commit. + +To have your connections of a category put inside your git repository, you first need to change its sync configuration. +In your `Connections` tab under the category overview on the left side, you can open the category configuration menu either by right-clicking the category or click on the `⚙️` icon when hovering over the category, and then clicking on the `🔧` configure button. + +Then, set the `Sync with git repository` value to `Yes` to sync the category and connections to your git repository. +This will add all syncable connections in that category to the git repository. +The sync settings for a category are inherited by default from its parent if not explicitly set. + +## Local connections are not synced + +Any connection located under the local machine can not be shared as it refers to connections and data that are only available on the local system.