Closed Hgjnnf closed 1 year ago
Looks good, thank you!
Could you try running:
$ git config core.eol lf $ git config core.autocrlf input
in your Git Bash? I think you might be on Windows (?) and there's something off with some files' EOF.
Also, some files had their permissions changed - could you just remove them from the diff so that there's only the actual content changes (only the changes to
content/services/courses
)?Thank you!
Yep, I am using Windows. How do I remove files from the diff? I couldn't find much info about online.
Yep, I am using Windows. How do I remove files from the diff? I couldn't find much info about online.
You can git reset --soft origin/master
and git restore --staged [filename]
for each of the files that have extraneous diffs. Then you can commit again (without running git add .
) and push that.
LMK if this still doesn't work and I'll help troubleshoot more!
Could you try ^ with git restore --staged .
and then git add content/services/courses
? I'm not sure why Git is still staging the empty diffs in static/files
.
Could you try ^ with
git restore --staged .
and thengit add content/services/courses
? I'm not sure why Git is still staging the empty diffs instatic/files
.
This didn't work for me. I also tried going back to the previous commit and redoing everything inside content/services/courses. Didn't seem to work.
Closing PR to restart the task.
Update Course Offering in Course Review DB in accordance with UBC's 2023W Course Schedule.
Before:
After: