Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source Code Control for Consultants?

Can anyone recommend a good Source Code control (SCC) that works for the mostly disconnected consultant? I'd prefer something that allows one to save into a local repository and then once connected 'syncs' to the server however I've never seen such a feature. Suggestions? [Windows solution is preferred that integrates with standard IDEs the SCCI API].


2 Answers

Any distributed version control service is going to do that. Check out Mercurial or Git.

like image 77
Brad Wilson Avatar answered Aug 11 '26 03:08

Brad Wilson


You may want to look at git.

It lets you commit things locally, and then resync back to another copy. Its very decentralized and it appears to work in windows.

like image 38
Doug T. Avatar answered Aug 11 '26 03:08

Doug T.