Click here to Skip to main content
15,895,283 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Recommendations for source control Pin
KarstenK12-Sep-16 21:27
mveKarstenK12-Sep-16 21:27 
GeneralRe: Recommendations for source control Pin
Mark_Wallace13-Sep-16 2:05
Mark_Wallace13-Sep-16 2:05 
GeneralRe: Recommendations for source control Pin
Dominic Burford13-Sep-16 2:15
professionalDominic Burford13-Sep-16 2:15 
GeneralRe: Recommendations for source control Pin
ZurdoDev13-Sep-16 2:19
professionalZurdoDev13-Sep-16 2:19 
GeneralRe: Recommendations for source control Pin
kmoorevs13-Sep-16 2:59
kmoorevs13-Sep-16 2:59 
GeneralRe: Recommendations for source control Pin
ZurdoDev13-Sep-16 3:08
professionalZurdoDev13-Sep-16 3:08 
GeneralRe: Recommendations for source control Pin
kmoorevs13-Sep-16 3:22
kmoorevs13-Sep-16 3:22 
GeneralRe: Recommendations for source control Pin
Vark11113-Sep-16 3:01
Vark11113-Sep-16 3:01 
One thing I didn't see anyone mention that is specific to your case:

You'll need to be careful with choosing a cloud-based provider. Unity projects can get enormous because the UI will expect to check in your asset files as well. Asset files are very large, and (can be) binary, which means they won't play well with most source code control systems.

Using raw Git will have a learning curve, but you could use your desktop as your "server". Git does not have a built-in concept of a central server. Every machine that has Git installed is both a server and a client. A central server in a Git organization is simply one that all the developers of that organization agree upon ahead of time.
GeneralRe: Recommendations for source control Pin
ZurdoDev13-Sep-16 3:11
professionalZurdoDev13-Sep-16 3:11 
GeneralRe: Recommendations for source control Pin
ISanti13-Sep-16 22:57
ISanti13-Sep-16 22:57 
GeneralRe: Recommendations for source control Pin
Ravi Bhavnani14-Sep-16 1:09
professionalRavi Bhavnani14-Sep-16 1:09 
GeneralRe: Recommendations for source control Pin
Member 1226179414-Sep-16 1:21
Member 1226179414-Sep-16 1:21 
GeneralRe: Recommendations for source control Pin
Josh Bula14-Sep-16 3:16
Josh Bula14-Sep-16 3:16 
GeneralRe: Recommendations for source control Pin
Terry gilman14-Sep-16 3:45
professionalTerry gilman14-Sep-16 3:45 
GeneralRe: Recommendations for source control Pin
andegre14-Sep-16 3:52
andegre14-Sep-16 3:52 
GeneralRe: Recommendations for source control Pin
ZurdoDev14-Sep-16 3:53
professionalZurdoDev14-Sep-16 3:53 
GeneralRe: Recommendations for source control Pin
Nicolas Bourgogne14-Sep-16 6:52
Nicolas Bourgogne14-Sep-16 6:52 
GeneralRe: Recommendations for source control Pin
Bruce Patin14-Sep-16 8:24
Bruce Patin14-Sep-16 8:24 
GeneralRe: Recommendations for source control Pin
ZurdoDev14-Sep-16 8:28
professionalZurdoDev14-Sep-16 8:28 
GeneralRe: Recommendations for source control Pin
Dar Brett15-Sep-16 2:16
Dar Brett15-Sep-16 2:16 
GeneralWords you don't want to hear from your IT support PinPopular
Chris Maunder12-Sep-16 13:20
cofounderChris Maunder12-Sep-16 13:20 
GeneralRe: Words you don't want to hear from your IT support Pin
Dave Kreskowiak12-Sep-16 14:24
mveDave Kreskowiak12-Sep-16 14:24 
GeneralRe: Words you don't want to hear from your IT support Pin
Anurag Gandhi12-Sep-16 18:41
professionalAnurag Gandhi12-Sep-16 18:41 
GeneralRe: Words you don't want to hear from your IT support Pin
den2k8812-Sep-16 21:45
professionalden2k8812-Sep-16 21:45 
GeneralRe: Words you don't want to hear from your IT support Pin
Anurag Gandhi13-Sep-16 6:45
professionalAnurag Gandhi13-Sep-16 6:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.