sinProject-Inc/sinpro-dev

View on GitHub
docs/50-git/40-git-for-windows.md

Summary

Maintainability
Test Coverage
---
title: Git for Windows
description: We will use LF (Line Feed) for line breaks at the time of commit, but do not change the line break code when pulling.
---

## core.autocrlf

We will use LF (Line Feed) for line breaks at the time of commit, but do not change the line break code when pulling.

```bash
git config --global core.autocrlf input
```