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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ In case you wish to use non-posix environment there are two additional batch fil
34
34
35
35
For a simple terminal use **buildtools.bat** to start. For a fancy looking one use **conemu.bat**. For more information about Msys2, see [MSYS2 Introduction](http://sourceforge.net/p/msys2/wiki/MSYS2%20introduction/). There are also **buildtools_32.bat** and **conemu_32.bat** enforcing mingw32 on 64-bit tools (makes sense if you use combined distribution).
36
36
37
-
Since it can be that some of configuration file have altered, first pull latest from root of your tools:
37
+
**Important** thing is to setup your git environment first
38
38
```sh
39
-
git pull
39
+
git config --global core.autocrlf true
40
40
```
41
41
42
-
**Important** thing is to setup your git environment first
42
+
Since it can be that some of configuration file have altered, first pull latest from root of your tools:
0 commit comments