X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=46b70537695ffa02a56352287cc4c3329b3a6222;hb=d4c26d6596de1933139128e45c2514afb5540acb;hp=9c07758a32ab236e6c6dbcf2cb90eb63ca076448;hpb=5f15a259381c382c768786b7ab2117f600a92854;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index 9c07758..46b7053 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -343,15 +343,6 @@ Staging area aka index is a distinguishing feature of git. See Wiki. -Advanced configuration -====================== - -Line endings ------------- - -Git has builtin mechanisms to handle line endings. - -TODO: describe crlf configuration and .gitattributes. Merge or rebase? ================ @@ -368,6 +359,19 @@ Git has a builtin strategy for what Python core developers call ReReRe ====== +https://git-scm.com/book/en/Git-Tools-Rerere + + +Advanced configuration +====================== + +Line endings +------------ + +Git has builtin mechanisms to handle line endings. + +TODO: describe crlf configuration and .gitattributes. + Database maintenance ====================