H Hafflex New member Messages 66 Points 0 Sep 25, 2016 #2 Can someone discuss here the process of updating your master server? what's the procedure on doing so and how can you identify it's version? Thank you!
Can someone discuss here the process of updating your master server? what's the procedure on doing so and how can you identify it's version? Thank you!
C chao93 New member Messages 42 Points 0 Age 33 Emulator Sep 25, 2016 #3 https://github.com/HerculesWS/Hercules use git / sourcetree to download it, then update your Hercules on each time master branch committed.
https://github.com/HerculesWS/Hercules use git / sourcetree to download it, then update your Hercules on each time master branch committed.
Monsieur Panda New member Messages 90 Points 0 Location Tokyo Emulator Sep 25, 2016 #4 git commit -am "something to remember, like the date" git stash (saves your changes) git pull (update herc to latest) git pop (apply your changes)
git commit -am "something to remember, like the date" git stash (saves your changes) git pull (update herc to latest) git pop (apply your changes)