Search Results

3
votes
1answer
130 views

In gitk, why is my yellow button above master?

I couldn't find any documentation on gitk about what the colors mean, but the problem here I think is that my yellow button has passed my master. Now when I try to do: git push origin maste …
3
votes
5answers
217 views

Do you version control the invidual apps or the whole project or both?

OK, so I have a Django project. I was wondering if I'm supposed to put each app in its own git repository, or is it better to just put the whole project into a git repository, or whether I should h …
1
vote
3answers
137 views

Installed apps in Django - what about versions?

After looking at the reusable apps chapter of Practical Django Projects and listening to the DjangoCon (Pycon?) lecture, there seems to be an emphasis on making your apps pluggable by installing th …
0
votes

What is a good method for sharing source code among 3-4 developers that does NOT require it to be Open Source?

Try github. It will cost you $12/month though. …