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

前端 未结 18 1857
别跟我提以往
别跟我提以往 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:43

    Darcs is an excellent DVCS, especially for smaller projects such as ones for CS classes. I wish I was introduced to Darcs or Git in college, and I also commend you for introducing it to your students.

    I use Git on a daily basis. It's a very robust DVCS, but maybe a bit of an overkill for smaller projects.

    Take your pick, either of those version control systems are really good.

提交回复
热议问题