diff --git a/doc/dev_beginner.bb b/doc/dev_beginner.bb index 79d9e1c4d..8e7a9ecf9 100644 --- a/doc/dev_beginner.bb +++ b/doc/dev_beginner.bb @@ -406,7 +406,7 @@ Make the changes, check them, commit (to local repository), push (to online repo [code] surfer@debian:/var/www$ git status surfer@debian:/var/www$ git commit -a -m "added modification of branch" -surfer@debian:/var/www$ git push dev_beginning +surfer@debian:/var/www$ git push [/code]