Tagged Questions
5
votes
2answers
188 views
How should I control the versions of my project on GitHub
I am trying to spend as much time as I can on GitHub nowadays (even I am the only person in team at work) to really feel how it is going to be like for a real world corporate application.
One ...
8
votes
6answers
560 views
git / other VCS - how often to commit?
I've been a programmer now for over 11 years, and am just starting to get into version control for real. The places I've worked at have never really used version control (one committed at the end of ...
2
votes
2answers
182 views
How to transition a small team developing on a remote testserver from svn to git
At the company I work we use SVN. The SVN repository resides on the local server. When developing we commit the changes to SVN on the local server which transfers the changes via ftp to a testsite ...
1
vote
5answers
401 views
Best source control system for busy web development team [closed]
Having had a number of instances of merge problems and other difficulties with a large Subversion repository and a team of 10+ developers I'm considering whether SVN is the right tool and what else to ...