Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core.autocrlf

How to change the behavior of git status showing modified files which are eventually not committed?

Correct setting for git autocrlf as per use case

Git with autocrlf=true checks out files with mixed line endings as-is

What should go in a default git config file?

What is the differrence between `* text=auto` and `* text eol=lf` in .gitattributes?

git add throws warning "CRLF will be replaced by LF in <file-name>"

git git-add core.autocrlf

Do I really need to specify all binary files in .gitattributes

git newline core.autocrlf lf

Why do I get CRLF line breaks in source files, although I'm on a Mac+Linux-only environment with Git and IDEA?

Enforce core.autocrlf=input through .gitattributes

How do you change core.autocrlf when using SmartGit?

git smartgit core.autocrlf

How to repair CRLF in GIT repository to avoid merge conflicts

git core.autocrlf

does a git repository have its own local value for core.autocrlf that overrides the global one?

git core.autocrlf

'git apply' failed with code 1: trailing whitespace in SourceTree

Android Studio - CRLF vs LF for a Git-based multiplatform project

How to express core.autocrlf = false with .gitattributes?

Git files modified after checkout, reset --hard, etc. even though autocrlf is set to false

git newline core.autocrlf

Git core.safecrlf different behavior on files with same line endings

Is there a way to determine the line endings in a existing git repo?

git core.autocrlf

How does git-svn handle line endings?