The first command will list the available remote branches. The branch "destiny" will appear in the list. The second command is the one that actually pulls the code from that branch.
In this case, since you want to checkout the branch "destiny", you need to use "destiny" as the remote branch name. <name of your choice> can be any name of your choice. (It would make sense to name it "destiny") 2011/2/22 谢峰 <[email protected]> > Hi Kyriakos, > I don't know how to checkout NOX from the branch, maybe I should excute > this two codes below: > > git branch -a > git checkout -b <name of your choice> origin/<remote branch name> > > But I don't know what is "name of your choice" and "remote branch name". > > Thanks > > Xie Feng > > > > 2011/2/22 Kyriakos Zarifis <[email protected]> > > Hi Xie Feng, >> >> have you taken a look at http://noxrepo.org/noxwiki/index.php/NOX_GUI ? >> >> ( the GUI is currently only available in the "destiny" branch, so you'd >> have to checkout NOX from that branch. The process for that is described >> here >> http://noxrepo.org/noxwiki/index.php/NOX_Installation#Installation ) >> >> On Tue, Feb 22, 2011 at 2:06 AM, 谢峰 <[email protected]> wrote: >> >>> Hi alls, I want to use nox gui to display the openflow network topology, >>> I don't know how to install it and use it. Somebody can help me? >>> thanks. >>> >>> Xie Feng >>> >>> _______________________________________________ >>> nox-dev mailing list >>> [email protected] >>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org >>> >>> >> > > >
_______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
