![]() |
Move to GitHub - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Move to GitHub (/thread-1192.html) |
RE: Move to GitHub - bearbin - 08-16-2013 Gti submodules update automatically, you just have to use the recursive option when you pull AFAIK - git pull -r as opposed to git pull. RE: Move to GitHub - xoft - 08-16-2013 "pull -r" is the same as "pull --rebase", not recursive. Oh, there is "--recurse-submodules". Okay then, if you can get the submodules working and write up a guide on how to use this properly, do it. RE: Move to GitHub - bearbin - 08-16-2013 I'll try and get them working ![]() I've pushed up a branch with it, I'll write a guide about it. RE: Move to GitHub - xoft - 08-18-2013 The guide is still missing. I'm expecting something along the lines of a howto: what to do when I want to commit to a plugin, what to do if i want to update the server but have local changes in the plugin, what to do when I want to pull server and plugin changes when I don't have any local modifications, and possibly troubleshooting. RE: Move to GitHub - bearbin - 08-18-2013 Ok, if you want to work on a plugin, all you need to do is go into the plugin directory, make your changes, commit and push. It's a git repo inside another. You don't need to care about updating the server if you have plugin mods, just pull without the recursive option. If you don't have any modifications, pull as normal. RE: Move to GitHub - xoft - 08-23-2013 The submodules are having a problem. I cannot clone them, because on Windows I use the http:// access method, but submodules require git:// access method. RE: Move to GitHub - bearbin - 08-23-2013 Can you use ssh? If so, I'll change them to that, if not then I'll change them to HTTP. RE: Move to GitHub - xoft - 08-23-2013 It is set to ssh right now. I guess I could set it up, though SSH key work has always scared me. This crypto stuff is just so... cryptical ![]() RE: Move to GitHub - bearbin - 08-23-2013 Setting up ssh is probably sensible, but idk. It may be way harder on windows than linux. RE: Move to GitHub - NiLSPACE - 08-23-2013 One thing I realy hate about github is that on mobiles the normal website loading speed is realy slow, and the mobile version is realy feature-less. |