From b6a0118c91b2b25286fb32dca9f546012feb3ce6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 26 Jun 2015 00:24:47 +0300 Subject: [PATCH] Extend paragraph about remote branches --- pep-git.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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:: -- 2.39.2