I have repository A which has "normal behavior".
In that repo I have a readme.md
, About.md
, some folders with other files etc.
What I want know is to add separate folder for my homeassistant automation which I'm running on Raspberry Pi (this will be repository B).
I successfully added on local, and connected with my github through console from my Pi, but it wont let me do a "push" command as expected because, I didn't do "pull", but those files I really don't need on my Pi, it will mess up my configuration.
I would like to have structure like
Project (Repository A)
- Readme.md
- Folder1
- SomeFile.txt
- RepositoryB Folder (in this folder will be pushed form my Pi files and config)
Should I just use a fork on repositoryB which will be a separate repo?