I am new to GitHub. I have created a submodule, but I am having trouble referencing a CSS file.
A grey folder shows up in my account, but the URL still references the other project. How can I get it to reference mine?
Example:
My account structure: github.com/myaccount/Project/custom.css
Other account structure: github.com/otheraccount/Project/additonal.css
I need to modify this somehow so that additional.css is part of my repo, like this:
github.com/myaccount/Project/additional.css.
Basically whenever the other user updates his additional.css, the changes will automatically appear on my site.