Tuesday, October 26, 2021

git pull Moodle upgrade

The steps to do a command-line upgrade using git are summarized at
https://moodle.org/mod/forum/discuss.php?d=403666

While doing the upgrade, git complained that changes have been made, so it was aborting the pull. As discussed in this page - 
https://moodle.org/mod/forum/discuss.php?d=228497
I tried 
git stash
git pull

That worked. 

No comments:

Post a Comment