line feeds

This commit is contained in:
Paul Trowbridge 2018-09-21 11:47:25 -04:00
parent 30bd1223be
commit 63da9921c2
1 changed files with 6 additions and 1 deletions

7
git.md
View File

@ -18,4 +18,9 @@ Branches
* merge only a single file into another branch `git checkout <branch> -- <file>`
* delete from repo and file system `git rm <file>`
* set current branch to track remote `git branch -u <origin>/<branch>`
* set current branch to track remote `git branch -u <origin>/<branch>`
Config
=============================================
* set line ending behaviour `git config --global core.autocrlf true`