Hi Dave,

Welcome! Enjoy your stay. :)

On Tue, Dec 20, 2011 at 2:59 PM, Dave Mateer <[email protected]> wrote:
> I have absolutely no idea what that means. I looked through the git manual and
> think I see how to create a remote, but I am not sure what to put as the
> target. I do not see any Qt4 project on the codereview site, only Qt5.

As the comment implies - for the moment, Qt 4 isn't in gerrit, only Qt
5. There are hopes to change this in the near future, as is being
discussed on the list at the moment
(http://lists.qt-project.org/pipermail/development/2011-December/000908.html).
I'd personally recommend waiting a few days and seeing what the
outcome of that discussion is, if you still want to target Qt 4.

> Could someone please explain what the above statement means and perhaps just
> include the git command I need to run to fulfill the requirement?

To add remotes, you want something like:
  git remote add nameofremote gitrepourl
for instance,
  git remote add github_backup [email protected]:rburchell/foo.git
  git push github_backup master

would add a new remote to my current repository, and sync the 'master'
branch up to it
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to