Re >>>>> "RR" == Richard Riley writes: SR> Hi Richard! > I am trying to write a short beginners tutorial to using DVC with GIT in > emacs. > > I can not see how to do the most important development step - create a > branch. Can someone advise? Or must this be done from the command line > for the time being? If so, is there something on the way? >> SR> I am no git user and git branch --help gives a long page of SR> information. >> SR> What command(s) do you use from the shell to create a new branch? >> >> branch could be created with 'git branch branch_name' command, or with >> explicit checkout like, 'git checkout -b branch_name'
RR> You are referring to command line stuff here I think? You mean this as RR> an extension or "joining the dots" in the current GIT layer for DVC? I refer to git's command line interface. I'll look to xgit interface to see, can we expand it with branch commands. P.S. i think, that branches exists in different DVCS, so may be it will good idea to add dvc's branch commands -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://xtalk.msk.su/~ott/ http://alexott-ru.blogspot.com/ _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
