From: Oleg Broytman Date: Wed, 9 Sep 2015 17:23:34 +0000 (+0300) Subject: Fix: ``origin`` is a literal X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=e7a11650e6d0c2a0c694838f4a8149a2633a47bb Fix: ``origin`` is a literal --- diff --git a/pep-git.txt b/pep-git.txt index b8171db..985f78a 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -268,8 +268,8 @@ or even $ git pull -Default remote repository for fetching/pulling is origin. Default set -of references to fetch is calculated using matching algorithm: git +Default remote repository for fetching/pulling is ``origin``. Default +set of references to fetch is calculated using matching algorithm: git fetches all branches having the same name on both ends. Push @@ -310,8 +310,8 @@ or even $ git push -Default remote repository for pushing is origin. Default set -of references to push in git before 2.0 is calculated using matching +Default remote repository for pushing is ``origin``. Default set of +references to push in git before 2.0 is calculated using matching algorithm: git pushes all branches having the same name on both ends. Default set of references to push in git 2.0+ is calculated using simple algorithm: git pushes the current branch back to its