We are changing our system. We settled on git (but are open for alternatives) as long as we can selfhost it on our own machines.

Specs

Must have

  • hosted on promise
  • reliabile
  • unlikely to be discontinued in the next >5 years
  • for a group of at least 20 people

Plus

  • gui / windows integration
  • @NeoNachtwaechter
    link
    English
    5
    edit-2
    1 month ago

    Define, what does “git” mean to you?

    The core git is a peer to peer system. You don’t need any server at all. It runs on all of your dev’s workstations anyway.

    If you want a webserver with gitlab etc. on top of it, then that determines most your needs. In addition, a properly set up nameserver is very helpful, and maybe you want even an Active Directory?

    • @swoooshOP
      link
      English
      31 month ago

      We are looking for a versioning system for collaborated work. Each person shall have his own version with a central main version. Being able to commit, push and restore versions.

      Thx for asking, we have a nameserver and active directory. We move this system from team foundation server / azure devops server