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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ This repository contains all of the assignments exercises that need to be handed
6
6
7
7
We highly recommend that you go through this README in detail before starting to work on the assignments. Having said that, the essentials can be summarized as follows:
8
8
9
+
> Important: If you are using a Windows-based computer, please type this command from a Windows Terminal window before you proceed:
10
+
>
11
+
> `git config --global core.autocrlf false`
12
+
>
13
+
> This will ensure that the line endings for text files are compatible with those used on MacOS and Linux-based computers. It is also a prerequisite for the correct functioning of this repository.
14
+
9
15
1. Fork the `HackYourAssignment/Assignments-CohortXX` repository to your own GitHub account.
10
16
2. Clone the fork to your local computer.
11
17
3. Open the root folder of the repository in VSCode.
0 commit comments