From 6bf96aa1f92bbda2dcb77e7840ee185a2c7a8238 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Sep 2012 11:54:31 -0700 Subject: [PATCH] documenation: dev-manual - formatting fix. (From yocto-docs rev: 24e653c02278d7a3d935104296f54cf9fff9ce12) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 6954b9530d..2da101f80c 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -682,7 +682,7 @@ git branch -D <branch-name>: Deletes an existing local branch. You need to be in a local branch other than the one you are deleting - in order to delete <branch-name>. + in order to delete <branch-name>. git pull: Retrieves information from an upstream Git repository and places it in your local Git repository.