-
Notifications
You must be signed in to change notification settings - Fork 178
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
[Feature request?] Alternative files with submodules #78
Comments
So I went ahead and checked. In case someone was wondering the same: YES, you need to have yadm track your files directly for the alt feature to work. To effectively list all the files one would need to append to the current list of files the ones obtained via |
@pschmitt Yes, your assessment of the current functionality is correct. I will consider including files from submodules for alternate file processing. |
@pschmitt Hi, I want alt-files to be supported in sub-modules as well. Your suggestion ( I am having diffuclties understanding your point about .gitignore in submodules. Can you please elaborate on why not-considering submodule-.gitignore would pose problems? In general I don't see the issue. It could be an issue if one uses "git add ." in the submodule, because the parent yadm project has created new symlinks. TBH, I don't think this is problematic enough to warrant any more complicated handling of submodules' .gitignore. My stance being; when you git add, you should be careful. Please explain why the .gitignore file in submodules deserves any consideration by yadm. |
This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Hi,
I've been experimenting with yadm and was wondering whether I've been doing something wrong.
So I have most of my config files in their own repos and as such I added them as submodules.
But this way alternates files are not processed, right? Do I have to add them directly to the yadm repo?
The text was updated successfully, but these errors were encountered: