line feeds
This commit is contained in:
parent
30bd1223be
commit
63da9921c2
5
git.md
5
git.md
@ -19,3 +19,8 @@ Branches
|
|||||||
* merge only a single file into another branch `git checkout <branch> -- <file>`
|
* merge only a single file into another branch `git checkout <branch> -- <file>`
|
||||||
* delete from repo and file system `git rm <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`
|
Loading…
Reference in New Issue
Block a user