• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Questions about Github

Tovar

Brak V
Joined
Jul 26, 2008
Messages
347
Reaction score
8
Hello everyone, I got some questions and I need support on github because I'm new on this.

I've learned how to make a clone and fork the repo's but now I want to say something, I just downloaded the Distribution 10.31 posted by Printer in the download section, and I was updating it "MANUALLY" from this repository
now I got like a "MIX" from 2 repo's because Printer just opened other but this one is different because is real map and all the rest, so I want to know if I can update my "updated personal data" with these 2 repo's :S ? I don't know if someone understand, is like I want to have scripts or "updates" but with these 2.

I just want to do it more easy, because I downloaded git GUI for windows and I see is more easy to "update" the personal data with this, I was doing it manually CTRL+C and V :/

Hope understand it :/

Regards, Tovar.
 
You are saying you want to keep up to date with two repositories at once? idk if such a thing is possible. You will probably have to have to keep copying and pasting. And a recommendation from me: Use the Git Shell, the GUI is confusing and slow in my opinion. Getting used to the shell takes a few day(learning how to push, pull, commit, diff...)but is well worth it.

And with personal data you mean your current OT?
 
Yes, I mean keep up to date two repositories at once, because I was doing it manually but I want to know if with Git is possible to do it.

With personal data I mean my current distribution or data folder, I don't have OT working, I just want to learn.
 
You could try to do what I do with my repo(my ot)and TFS. I just push/pull from it and copy and paste new scripts into it. I just compare master and master{@xdays} to see what changed. Sure its tedious but at least it works.
 
I just have one problem, I don't know how to put my current Data folder as repo in github, git shell can do it?, because I just found the way to clone and that's not my data :/
 
Back
Top