+ 8
Has anyone here used GIT? Is it better/easier than CVS?
Is GIT easy to use (user-friendly)?
6 ответов
+ 6
I use Git at work too, I think it’s great, easy to pick up and user-friendly. If you’re more of a visual person you could use a platform like GitKraken or SourceTree, it will help you visualize your branches and commits easier 😋
+ 4
I use git at work and I think it's great. SVN is also used but almost everyone hates it after having used git for any length of time.
The basic operations are very straight forward, and it's also quite easy to do some very clever stuff in git once you understand some of the internals.
+ 2
yes GIT is easy to use. use git extension.
+ 2
If you're not used to doing things by command line, you can use GitHub or GitLab to warm up to Git (or the Git integration in your IDE).
(The Git lesson series)
https://www.sololearn.com/learn/1236/?ref=app
+ 1
how not got to try out Git yet so I'm not sure. when I do find out I will state opinion