Tagged Questions
4
votes
2answers
185 views
When to separate a project in multiple subprojects
I'd like to know if it makes sense to divide the project I'm working on in two repositories instead of one.
From what I can say:
Frontend will be written in html+js
Backend in .net
The backend ...
3
votes
3answers
302 views
Can my GitHub and SourceForge account share the same repository?
I like that SourceForge can also let people browse your code using Git. But, before I even set up the project on SourceForge, I had a GitHub repository for it. Now that I have created my SourceForge ...
11
votes
2answers
360 views
Many small scripts, one repository or multiple?
A co-worker and myself have run into an issue that we have multiple opinions on.
Currently we have a git repository that we are keeping all of our cronjobs in. There are about 20 crons and they are ...
2
votes
1answer
202 views
How does git/GitHub handle changed local and changed pushed repositories?
I'm working with a few other people on projects, and today I ran into a situation I'm sure I'll see often. One of my co-workers and myself had split up some tasks to do on the same project and began ...