Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Support pull and push on submodules #549

Closed
estruyf opened this issue Mar 28, 2023 · 1 comment
Closed

Enhancement: Support pull and push on submodules #549

estruyf opened this issue Mar 28, 2023 · 1 comment

Comments

@estruyf
Copy link
Owner

estruyf commented Mar 28, 2023

Support pull and push submodules. If enabled, during the git sync action, the latest changes from the submodule should be pulled and pushed.

@estruyf estruyf added the enhancement New feature or request label Mar 28, 2023
@estruyf
Copy link
Owner Author

estruyf commented Mar 28, 2023

New submodule settings:

{
  "frontMatter.git.submodule.push": true,
  "frontMatter.git.submodule.pull": true,
  "frontMatter.git.submodule.branch": "main",
  "frontMatter.git.submodule.folder": ".frontmatter"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant