Jump to content
UBot Underground

How would you work on UBot Source Code with multiple people?


Recommended Posts

Hello

 

I'm looking for some ideas on how to work on ubot source code with multiple people?

But it should be a little bit more advanced than just synchronizing the ubot file via Dropbox :-)

 

I thought about extracting the .ubot file into a folder. And then synchronize the script files to something like Github.

 

That would allow us to see the changes everyone sent to the repository. And if someone wants to compile the bot, he just has to zip the script files and the settings.xml file and can open the project with ubot studio.

 

If someone has a better idea I would love to hear your concept.

 

Kindest regards

Dan

Link to post
Share on other sites

as i know...its free also for closed projects..

and yes same function like github

i use it much...also for single projects

 

What tool do you use on windows to synchronize it? Sourcetree? Or is there an easier alternative?

 

Dan

Link to post
Share on other sites

Both of the services are based on GIT model, so they are pretty much the same with some cosmetic differences. I also pointed you to Bitbucket because it's a free alternative for private projects.

 

Usually the program you are working with has an integration for that, so for example in Visual Studio you can commit your code directly from it (no need for 3rd party software). Sure there are programs with GUI, but behind they are executing GIT commands, which can also be done from command line.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...