From 63da9921c263846b2eca187c3ac27a04a3085469 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 21 Sep 2018 11:47:25 -0400 Subject: [PATCH] line feeds --- git.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/git.md b/git.md index a30157d..290c02c 100644 --- a/git.md +++ b/git.md @@ -18,4 +18,9 @@ Branches * merge only a single file into another branch `git checkout -- ` * delete from repo and file system `git rm ` -* set current branch to track remote `git branch -u /` \ No newline at end of file +* set current branch to track remote `git branch -u /` + +Config +============================================= + +* set line ending behaviour `git config --global core.autocrlf true` \ No newline at end of file