Skip to content

Instantly share code, notes, and snippets.

@ichinya
Created June 23, 2020 04:24
Show Gist options
  • Select an option

  • Save ichinya/59ed7ddc1b132c86d124c02adcd5269c to your computer and use it in GitHub Desktop.

Select an option

Save ichinya/59ed7ddc1b132c86d124c02adcd5269c to your computer and use it in GitHub Desktop.
при работе в разных ОС (Win, Unix, Mac) - делать одинаковые окончания строк в GIT
через терминал
в одном проекте
git config core.autocrlf true
во всех проектах
git config --global core.autocrlf true
или в файле проекта .git\config
[core]
autocrlf = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment