chris2012nrw Posted January 7, 2019 Report Posted January 7, 2019 How can i make a Update via Github What is the command Line for Linux Quote
magicflyer Posted January 8, 2019 Report 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
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.