easy version control

Out of context: Reply #2

  • Started
  • Last post
  • 3 Responses
  • bliznutty0

    using Git, you may put your 'remote' repository on say (an external drive or other non-system disk - or just in another folder).. you have so many options its unlimited. Try GitHub for external hosting of your repos, GitLab for internal hosting.. If hosting internally, it wouldn't hurt to put your source control software on a dedicated machine (and do daily backups). Anway, Git is by far the SCM standard of today b/c it is distributed, file-based, and any change whatsoever may be used as a branch or merge point. I've tried every other SCM in my past and can guarantee you that Git is the best. Also you can get Git up and running within your organization in less than an hour.. Good Luck!

View thread