5

Im used to svn for a few years, now need to use git because all say its better. Until now its only just useless complicated and forces me more worksteps. Cant understand the hype.

Comments
  • 3
  • 1
    Also came to recommend git kraken
  • 1
    I think it depends on the work flow, if you're a solo developer working on a single branch svn is better/simpler. Soon as you start working in teams on separate branches git is so much better at managing branches, svn is clunky in this regard.
  • 1
    Even if I would work solo on a project I wouldn't use svn, what if I want to try something out and at the same time develop along in the mainline?
    I would say that svn is somewhere else a better fit (a company I work for uses svn for their DB Scripts for example)
  • 1
    Um we had several branches/taggins in our svn Projects. Nothing new that git invented (they just made it more complicated)
  • 0
    You're missing a few bits there. Take a look at the key differences and use them to your advantage. As always, git can be better in some situations then svn and svn can be better then git.
Add Comment