On Sun, Dec 22, 2019 at 6:31 PM Dr. Jürgen Sauermann <mail@jürgen-sauermann.de> wrote: > I believe git is simple to use for those that are just updating their > check-out. > But hard for those who try to commit back into it. Like critics call APL a > write-only > language (https://en.wikipedia.org/wiki/Write-only_language) it seems like > git is > a read-only repository.
Actually, git's workflow is tuned to work in different branches which is unusual for SVN users. And as it's almost 2020 there is a git subtree feature. Also there is --depth for those who don't like to keep the whole history. Having said that, I'm sure that nobody should force anybody to use anything. It's very easy to make a personal git mirror of SVN repository and I'm doing it quite often.