Alex Ott <[EMAIL PROTECTED]> writes: > Re > >>>>>> "SR" == Stefan Reichör 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'
You are referring to command line stuff here I think? You mean this as an extension or "joining the dots" in the current GIT layer for DVC? > > SR> Which user interface do you expect to create a new branch? > > >> Having evaluated the different UIs for GIT in emacs I think DVC seems > >> the most proficient and would like to encourage and help people in its > >> adoption. -- important and urgent problems of the technology of today are no longer the satisfactions of the primary needs or of archetypal wishes, but the reparation of the evils and damages by the technology of yesterday. ~Dennis Gabor, Innovations: Scientific, Technological and Social, 1970 _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
