+ 7
Which VCS (Version Control System) do you use?
Do you use a version control system (VCS) for your code? If yes, which one do you need? Are you satisfied with that tool or would you prefer another one? Is there any recommendation for your tool (plug in etc)?
6 Réponses
+ 28
I use git. Everyone in my work team uses it, so my choice is obvious.
+ 9
https://git-scm.com/
^Best I've used. Check out their site and learn more about it there.
+ 9
I use Git. The integration with my text editors and my shell (zsh) make my life much easier.
+ 6
I use Git.
+ 5
To answer my own question.
For my daily work I use subversion with a client on a Mac. I like the straightforward execution of my important use cases.
In earlier days I used SourceSafe but we faced troubles from time to time, esp if there was commits from other time zones.
I also used GIT. Of course very powerful but requires more learning effort than expected. In my opinion it should be simpler for the often used use cases, many commans are very cryptic.
+ 5
TFS and VSS in my work and GIT in my personal use