Jump to content

Update via Github


chris2012nrw

Recommended Posts

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 by magicflyer
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...