% sudo su - cndrauto
    % git --git-dir=/space/git/CONDOR_SRC.git fetch
 {endcode}
-If you just made a tag or pushed a commit you want to build, check that it has made it to the local repository
+If you just made a tag or pushed a commit you want to build, check that it has made it through the pubic git repository to the local one.
 {code}
    % git --git-dir=/space/git/CONDOR_SRC.git log origin/V7_4-branch
 {endcode}