I know other version control software exists, but does anyone use it? Why? What are the differences? All I’ve ever actually seen people use is git.

  • MrJay@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    I started using fossil recently, for my usecase it works better than git, I needed a stand alone executable because my employer didnt higher me as a dev I am a artist so I wanted a way of using something like git without my non programmer coworkers noticing or needing to install anything, fossil is a standalone executable, so it made sense, though now that I think about it I should double check pijul because it might fit that requirement as well.

    luckily I havent gotten it ingrained into my workflow yet so if there are any suggestions for a vcs that fits the bill I would love to hear about it.