From 49b11b0444ec226d8d543ea88de3df099f220f42 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 19 Sep 2013 17:30:20 +0200 Subject: add a footnote to say the git push pushes more than the branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- using-git.texinfo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/using-git.texinfo b/using-git.texinfo index 60bb365..b56b313 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -498,7 +498,7 @@ git checkout -b BRANCH_NAME @end example After issuing this command you are located -in a new branch. The create it in the origin, +in a new branch. To create it in the origin, make a push: @example @@ -514,7 +514,8 @@ git push The @option{-u origin BRANCH_NAME} is just to initially tell which remote repository -a pushes should go to. +a pushes should go to.@footnote{It actually +also tells to not push anything else.} To switch branch use the checkout command: -- cgit v1.2.3-70-g09d2