From: Oleg Broytman Date: Fri, 5 Jun 2015 18:57:21 +0000 (+0300) Subject: Reorder sections X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=72de340c4df0f5b393540ab876d9f5126eff749a;hp=4db25b6b0ec373d2a9c80240f007880d3c170b37;p=git-wiki.git Reorder sections --- diff --git a/pep-git.txt b/pep-git.txt index 9fbe37d..40bdeb4 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -365,20 +365,6 @@ How to undo a merge https://kernel.org/pub/software/scm/git/docs/howto/revert-a-faulty-merge.html -Advanced topics -=============== - -Staging area ------------- - -Staging area aka index is a distinguishing feature of git. See -`WhatIsTheIndex -`_ and -`IndexCommandQuickref -`_ in Git -Wiki. - - Merge or rebase? ================ @@ -398,6 +384,20 @@ ReReRe https://git-scm.com/book/en/Git-Tools-Rerere +Advanced topics +=============== + +Staging area +------------ + +Staging area aka index is a distinguishing feature of git. See +`WhatIsTheIndex +`_ and +`IndexCommandQuickref +`_ in Git +Wiki. + + Advanced configuration ======================