From 6a6a4fb7015e6c6faf2759006d9132002bbb5f19 Mon Sep 17 00:00:00 2001 From: GitJournal Date: Mon, 23 Jun 2025 23:49:34 -0600 Subject: [PATCH] Removed Note docs/recipes/automatic-git-syncing.md --- docs/recipes/automatic-git-syncing.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/recipes/automatic-git-syncing.md diff --git a/docs/recipes/automatic-git-syncing.md b/docs/recipes/automatic-git-syncing.md deleted file mode 100644 index beee5d4..0000000 --- a/docs/recipes/automatic-git-syncing.md +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically Sync with Git - -With this #recipe you can regularly commit and push to git, to keep your repo in always synched. -You can also easily manipulate the git history to reduce clutter. - -## Required Extensions - -- [GitDoc](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.gitdoc) - -## Instructions - -Click on the extension link above to see how to use it. - -__For Foam specific needs, you can add a comment here by following the [[contribution-guide]]__ - -## Feedback and issues - -- Feedback and issues with the extension should be reported to the authors themselves -- Feedback and issues with the integration of the extension in Foam can be reported in our [issue tracker](https://github.com/foambubble/foam/issues) -