What version-control system is most trivial to set up and use for toy projects?

前端 未结 18 1854
别跟我提以往
别跟我提以往 2020-12-12 14:37

I teach the third required intro course in a CS department. One of my homework assignments asks students to speed up code they have written for a previous assignment. Fact

18条回答
  •  天命终不由人
    2020-12-12 14:49

    Bazaar, Mercurial, and Git sound appropriate for your case - trivial to create repositories, and all the students need to share is read access on the filesystem to each other's repositories.

提交回复
热议问题