From: Oleg Broytman Date: Thu, 25 Jun 2015 21:24:47 +0000 (+0300) Subject: Extend paragraph about remote branches X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=b6a0118c91b2b25286fb32dca9f546012feb3ce6;p=git-wiki.git Extend paragraph about remote branches --- diff --git a/pep-git.txt b/pep-git.txt index b15aa54..d131934 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -173,9 +173,10 @@ To see local and remote branches (and tags) pointing to commits:: You never do your own development on remote branches. You create a local branch that has a remote branch as upstream and do development -on that local branch. On push git updates remote branches, and on pull -git updates remote branches and fast-forwards, merges or rebases local -branches. +on that local branch. On push git pushes commits to the remote repo +and updates remote branches, on pull git fetches commits from the +remote repo, updates remote branches and fast-forwards, merges or +rebases local branches. When you do an initial clone like this::