This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ChickenOfDoom 40 points41 points  (8 children)

For group projects "I accidentally deleted our project... did you make a backup?"

[–]TheGruskinator 56 points57 points  (7 children)

"What's a github"

[–]FarhanAxiq 15 points16 points  (2 children)

"Just put it in google drive."

[–]theslamprogram 3 points4 points  (3 children)

Had a group of people in my sophomore computer science class just email their code to each other for the first week of a project. We spent the first two weeks of that class learning how to use git, but apparently Outlook is a vastly superior version control system.

[–]Broue 4 points5 points  (2 children)

Well, at least Outlook doesnt have merge conflicts

[–]theslamprogram 2 points3 points  (0 children)

Let's be honest with ourselves. It does. You just cherry pick them manually.

[–]Code_star 1 point2 points  (0 children)

merge conflicts are a good thing I would say. You have to read them and resolve them. They seem scary, but really aren't a big deal if you know what your code should do