|
|
|
|
|
by valine
1125 days ago
|
|
The problem isn't the accessibility of Git. I agree that it's easy enough to set up a Github account today. I've been somewhat of a Git evangelist. I've tried and failed countless times to convince people of the utility of version control. Perhaps I'm just a poor teacher, but in my experience, the features that make version control useful are too esoteric for most people to grasp. This may come off as arrogant and jaded, but I would speculate that at least 50% of the population is incapable of learning Git without extensive coaching. That's not to say it couldn’t be useful for most people; it's just that they can’t envision Git’s utility for themselves. Utilizing version control to combat AI generated papers would require students and teachers have a deep enough understand of git to break their work up into small commits and branches. I don’t see that happening outside of the CS departments of big 10 schools. |
|
Are you conflating version control (the topic) with git (a specific implementation)?
In my experience, it's really easy to clue people in to the value of version control.
Git specifically, though, is genuinely difficult to learn and understand.