Which VCS (Version Control System) do you use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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)?

8th Jun 2018, 5:21 PM
K Locher
K Locher - avatar
6 Answers
+ 28
I use git. Everyone in my work team uses it, so my choice is obvious.
8th Jun 2018, 5:41 PM
Igor Makarsky
Igor Makarsky - avatar
+ 9
https://git-scm.com/ ^Best I've used. Check out their site and learn more about it there.
8th Jun 2018, 5:25 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 9
I use Git. The integration with my text editors and my shell (zsh) make my life much easier.
8th Jun 2018, 5:32 PM
Mickel
Mickel - avatar
+ 6
I use Git.
27th Jul 2018, 8:35 AM
Corey
Corey - avatar
+ 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.
8th Jun 2018, 5:29 PM
K Locher
K Locher - avatar
+ 5
TFS and VSS in my work and GIT in my personal use
8th Jun 2018, 5:53 PM
Hamid Kurd
Hamid Kurd - avatar