You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instructors/instructor-notes.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,8 @@ To make a handout for this lesson, adapt/print from the [Reference page](https:/
67
67
For example, a text editor might automatically add a newline to the last line of a file, causing an unexpected difference.
68
68
Conflicts can also arise due to Windows using different line endings from other operating systems.
69
69
Take a moment to explain these issues, since learners will almost certainly trip over them again.
70
-
GitHub provides guidance on [how to configure Git to handle line endings](https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings).
70
+
GitHub provides guidance on [how to configure Git to handle line endings](https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings);
71
+
the [section on refreshing a repository](https://docs.github.com/en/github/using-git/configuring-git-to-handle-line-endings#refreshing-a-repository-after-changing-line-endings) may be helpful if learners need to change the `core.autocrlf` setting after already having made one or more commits.
71
72
72
73
- We don't use a Git GUI in this lesson because we haven't found one that
73
74
installs easily and runs reliably on the three major operating systems, and
0 commit comments