Git pull problem

Re: Git pull problem

by Andreas Grabs -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Translators

Hi,

in most cases there is no need to do some commits after moving or renaming the moodle folder.
If you move your folder to another file system or copy it without keeping the file mode you can run in trouble.
To avoid this file mode problem you can change a config option inside the .git directory (config)

[core]
filemode = false

That is the default on windows systems.

Best regards
Andreas