diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 2da101f80c..3bc7c0bae8 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -687,7 +687,7 @@ from an upstream Git repository and places it in your local Git repository. You use this command to make sure you are synchronized with the repository - from which you are basing changes (.e.g. the master repository). + from which you are basing changes (.e.g. the master branch). git push: Sends all your local changes you have committed to an upstream Git repository (e.g. a contribution repository). The maintainer of the project draws from these repositories when adding your changes to the