|
|
|
|
|
by kamaal
5104 days ago
|
|
Sorry, But how is that difficult. Even the simplest form of source control involves checkout->change/add->commit->checkin. And this is regardless of any version control system you will ever use. The only extra stuff there is branching and merging. And to be frank. I've never felt the individual need to do that. Its a different story if you have a big team and members working on several projects which merge at a time. Now that's difficult with any VCS, not just git. But for individual development anybody should be able to do the checkout->add/change->commit>checkin easily. |
|