AinsLord Posted August 31, 2017 Posted August 31, 2017 example i changed something on my rathena like mostly on src area and i made a git pull will it revert my changes back to original or it wont affect any changes i made??? and is this the correct command for getting the latest git of rathena?? git clone https://github.com/rathena/rathena.git thnx for the response 1st time doing the git im used to svn co https://github.com/rathena/rathena.git Quote
0 LearningRO Posted August 31, 2017 Posted August 31, 2017 to update your git just command "git pull" Quote
0 AinsLord Posted August 31, 2017 Author Posted August 31, 2017 3 hours ago, melv0 said: to update your git just command "git pull" yes but my question is does it affect the custom changes i made Quote
0 LearningRO Posted August 31, 2017 Posted August 31, 2017 11 minutes ago, whodhell said: yes but my question is does it affect the custom changes i made yeah it will effect if your costum confilt with new updatecheck this out Quote
0 AinsLord Posted August 31, 2017 Author Posted August 31, 2017 im not installing it on windows im using VPS to install it well thnx for the info Quote
0 Jey Posted August 31, 2017 Posted August 31, 2017 Usually you want to create and maintain a fork of rathena, where you can add your own changes and merge them from time to time with the changes from rathena. Example: https://gist.github.com/yannvery/497ccbf26e4a71e8ad50 I'd suggest you to read about branching and merging in the git documentation (it's nicely illustrated). https://git-scm.com/book/en/v2 Quote
Question
AinsLord
example i changed something on my rathena like mostly on src area
and i made a git pull will it revert my changes back to original or it wont affect any changes i made???
and is this the correct command for getting the latest git of rathena??
git clone https://github.com/rathena/rathena.git
thnx for the response
1st time doing the git im used to svn co https://github.com/rathena/rathena.git
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.