Quote:
Originally Posted by JohnM
Right now my plan is basically to use Google Drive to store archives of different versions of a programming project so that we can backtrack if necessary and have the programmers of the team fill out forms for the lead programmer to read and approve of changed to the programming project being worked on.
I would love to hear your method though.
|
That sounds really annoying and is exactly what something like git is designed to solve for you, good luck with that.
I agree that git is a bit annoying to deal with at first, but once you get over the hump it's really quite delightful. What about the workflow did your team have trouble with (and did you use pull requests? they're really the best thing about github).