From: Scott Rifenbark Date: Fri, 28 Sep 2012 18:54:31 +0000 (-0700) Subject: documenation: dev-manual - formatting fix. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bf96aa1f92bbda2dcb77e7840ee185a2c7a8238;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documenation: dev-manual - formatting fix. (From yocto-docs rev: 24e653c02278d7a3d935104296f54cf9fff9ce12) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 6954b9530d8..2da101f80ce 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.