Can't push all locally changed files to Gitlab

URL of experiment: EXNAT_study [PsychoPy]

Description of the problem:

Hi everyone,

I’m currently trying to upload my project files on Gitlab/Pavlovia while I’m building a study.

The weird thing is that if I click the ‘sync with web project’ button in my PsychoPy Builder, not all files in my Gitlab repo are synced with the ones in my local folder (see time stamps in my screenshot) although I changed more or less all of them locally.

Is there a way to “force” Gitlab to update all the files?

Thanks in advance!

PS: I’m using PsychoPy v2021.2.3 because the newer ones were not compatible with my OS.

Hi @Merle, not sure if this helps but you could try manually deleting the files that are online and then sync again.

Hi @ajus, sorry for the 2 previous deleted posts, I was a bit confused. ^^
Thanks for your answer, this seems to work!

But is there an easier way to update all my files? Now the updating of the regular files generated by PsychoPy works, but the “custom” html files I added (demographics.html and informed_consent.html) are still not updated. I don’t really want to do this manually every time I change something in the files, though, because it’s quite error prone.

Just to make sure I understand you correctly: You have two html files in the experiment directory that you wrote manually and added as “additional resources” to your experiment. They get uploaded when you sync while they are missing online (because you deleted them), but they don’t get updated when you sync after changing them locally. Correct?