Solved Problem: to show external code dependency by submodules: Thanks to VonC!
Current Problem: to have a submodule without duplicate contents in two folders
A temporary solution to the current problem: to change the name of the folder to bin-github, since the name of the folder as a submodule is bin. This means I need to duplicate contents at my Home.
My HOME folder is dependent on ~/bin. I have files located at HOME at the repository Masi, while at ~/bin at the repo bin at Github. My relevant folder structure at Home:
~
|-- [drwxr-xr-x] bin
| -- fileA
` -- folderA
...
I would like to know how to show make ~/bin a submodule of the Git at Masi.
How can you make ~/bin a submodule of my Git at ~/ ?