chris2012nrw Posted January 7, 2019 Report Share Posted January 7, 2019 How can i make a Update via Github What is the command Line for Linux Quote Link to comment Share on other sites More sharing options...
magicflyer Posted January 8, 2019 Report Share Posted January 8, 2019 (edited) Should be just this: git pull Run it while in the main phpvms directory where the .git file is. If you've made changes to the original version that won't work instead use this... git stash git pull --rebase git stash apply I like this: http://rogerdudler.github.io/git-guide/ Git will override any code on there. Be ready to handle merge conflicts - Those are always fun. Edited January 8, 2019 by magicflyer 1 Quote Link to comment Share on other sites More sharing options...
chris2012nrw Posted January 8, 2019 Author Report Share Posted January 8, 2019 Thank you Quote Link to comment Share on other sites More sharing options...
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.