]> git.phdru.name Git - git-wiki.git/commitdiff
Fix: ``origin`` is a literal
authorOleg Broytman <phd@phdru.name>
Wed, 9 Sep 2015 17:23:34 +0000 (20:23 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 9 Sep 2015 17:23:34 +0000 (20:23 +0300)
pep-git.txt

index b8171dbe31dd62e9f13597c713573b11e081a7a8..985f78a4aedbc4d14212b15ede723634b72da3fa 100644 (file)
@@ -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