denolehov / obsidian-git

Backup your Obsidian.md vault with git
MIT License
6.15k stars 252 forks source link

[Feature] Git commit submodule #582

Closed shlyapp closed 8 months ago

shlyapp commented 10 months ago

Hello!

Please add commit capability in git submodules. It is desirable that this be all automatic.

Let's say I have a private repository with a public repository submodule (for example, I maintain my wiki there). I want to have a commit function in the submodule, and then a commit in the main module with changes in the submodule.

Or is there an option to do it differently? Thank you!

Vinzent03 commented 10 months ago

There is an option in the settings to commit everything and push in the submodule when committing all changes via command or doing backup in your vault.

shlyapp commented 8 months ago

Thank you!