X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=80d2a8466fae3bf762b14175aee56c3131ff8d4e;hb=c3b324710482c485a2aef51c26bc450f337da2a8;hp=b8171dbe31dd62e9f13597c713573b11e081a7a8;hpb=c25a1d42eb825881a592dfda31d0001a600903d5;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index b8171db..80d2a84 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -268,10 +268,11 @@ 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 +311,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 @@ -341,6 +342,7 @@ That changed in git 2.3, but see `the blog post for caveats; in 2.4 the push-to-deploy feature was `further improved `_. + Tags ''''