mrlongshen 22 Posted December 8, 2015 HI I need tutorial how to update to latest hercules in centos. the git command. Please explain to me. thanks Quote Share this post Link to post Share on other sites
0 Legend 43 Posted December 8, 2015 If you are about to update your hercules, in your trunk... type this command: git pull Source: http://herc.ws/board/topic/152-obtaining-hercules/?p=846 Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted December 8, 2015 @@Legend it will replace my current folder? and file ? Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted December 8, 2015 @@Legend it will replace my current folder? and file ? I use following way git commit -am"Change Commit Msg"git pullgit commit will save all your changes with the commit message as mentioned.git pull will fetch new content and try to merge it with yours, if conflict is found, it would show the files where conflict is there.. Manually solve the conflicts then type git commit -m ^ Only if conflict is there(there will be instruction though to do this.) Other method is squash and pop, w/e, both will save your changes. 1 Legend reacted to this Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted December 8, 2015 @@Dastgir ok thanks. I will try it. Quote Share this post Link to post Share on other sites
HI I need tutorial how to update to latest hercules in centos.
the git command.
Please explain to me. thanks
Share this post
Link to post
Share on other sites