From e7a11650e6d0c2a0c694838f4a8149a2633a47bb Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 9 Sep 2015 20:23:34 +0300 Subject: [PATCH] Fix: ``origin`` is a literal --- pep-git.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2