Distributed version management tool for 2 programmers (LibGDX, Client/Server)

Hey folks,

maybe someone can handout me a good advice. I want to share a LibGDX project (Client + Server) with my team partner, so that we both can manipulate the source code simultaneously. I’ve tried out GitHub with my last project, but I found it quite hard to cope with it. I wonder if it’s worth dealing with it any longer or if there is a more suitable solution… ???

Thanks in advance!

yes it is worth dealing with, perhaps you just need some good tutorial.

A very good interactive tutorial can be found on http://try.github.io/

If git is too complex for You (is for me, and annoying too) You can check out mercurial and bitbucket.

I used dropbox once with a team of 3 people and it worked very well.
It was a medium html/php project from my last job.
Now i’m trying git (just gui for now) and i’m liking it.

Thanks for your answers until now.

I didn’t know Dropbox can be used as distributed versioning system!?

Thx, I’ll have a look at it!

Not a complete one, but it just helps with a few programmers.
When i first started to code, i didn’t know that much about versioning systems.
If you need a complete one, take a look at github and bitbucket.
I’m currently using github for windows (gui version) because i don’t know the commands yet.

I’m just showing you the options i used.

:slight_smile: