• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Experienced in >> GITHUB << Watch this!

danne3131

Well-Known Member
Joined
Jun 26, 2008
Messages
391
Solutions
1
Reaction score
50
Can anyone with GitHub experience write? I can pay for some help

i downloaded a pack but to get all the updates i need to recieve the updates just by command in GitShell ETC

Anyone? =)

(i use printers RL Pack! )
 
Will you do any changes to the content? What I mean is: Once you download the repo, will you edit the server?

If you want to have an exact copy of the remote repository it is just a simple command that must be executed. If you want to merge your changes it will be a bit more complicated.

Let me know.
 
Will you do any changes to the content? What I mean is: Once you download the repo, will you edit the server?

If you want to have an exact copy of the remote repository it is just a simple command that must be executed. If you want to merge your changes it will be a bit more complicated.

Let me know.

Have how to merge without lost my editions??
 
Will you do any changes to the content? What I mean is: Once you download the repo, will you edit the server?

If you want to have an exact copy of the remote repository it is just a simple command that must be executed. If you want to merge your changes it will be a bit more complicated.

Let me know.
Exactly, ive made custom changes like a vip system, custom scripts and such..

Lets say ive added 10 scripts in the first 10 lines in action.xml

Then aftet 1 day Ninja changes name on orignal line 3 and 4 and adds 2 scripts to line 6/7..

Can i still merge updates while still keeping my changes? :) @dominique120
Thx for answers!!
 
Yes, you can still merge them, but it might require manual edits to the files unless the git program can handle the merge itself.
 
Merge means update( replace old files with new) right? Im totally new to this xd, anyone wants to give tutorials on a low level :D
 
Merge means update( replace old files with new) right? Im totally new to this xd, anyone wants to give tutorials on a low level :D
No. Merging files means two different people made a change on the same file and you wish to combine these changes. Sometimes the update command can automatically understand how to combine these files, otherwise you should receive a conflict warning which means you will have to combine them yourself.
 
Back
Top