|
|
|
|
|
by diggan
979 days ago
|
|
Handy, didn't know about that, thanks for sharing! The reason for doing it by location is probably because my directory structure for projects look something like this: /home/user/projects/organization/project so github.com/victorb/neat-project would go into /home/user/projects/victor/neat-project So my solution is tailored to that structure I suppose :) |
|
At home (I mean a personal box I for personal project and some other public contributions), my directory structure is like:
where `sources` has the same meaning as your `/home/user/projects` ; and your example will end up here to The structure used has some great influence on solution adopted I think :)